summaryrefslogtreecommitdiff
path: root/fpdf_test.go
AgeCommit message (Collapse)Author
2013-08-10Added support for drawing curves and arcs with an example. This was adaptedKurt Jung
from the geometric figures FPDF script by David Hernández Sanz, with a starter function provided by Anthony Starks. Anthony Starks also made a case for not closing the io.Writer after it is used to produce a document. An additional method, OutputAndClose, was added so that the library can close the writer if desired.
2013-08-06Tutorial 10 exercises some uncommon functions as reported by gocov.Kurt Jung
2013-08-02Removed development comments.Kurt Jung
2013-08-02Initial commit into mercurialKurt Jung