diff options
| author | Kurt Jung <kurt.w.jung@gmail.com> | 2015-10-12 11:00:21 -0400 | 
|---|---|---|
| committer | Kurt Jung <kurt.w.jung@gmail.com> | 2015-10-12 11:00:21 -0400 | 
| commit | 0e7f14245b3a89fe3e1aa59814b080b65b58ee08 (patch) | |
| tree | 7cad4d10ee88714fb2dc5daa133b0bf8b6f1eaef | |
| parent | 31c1da203bd00ff9e9ba602257bab2b4282ca945 (diff) | |
Allow SVG example to be compressed
| -rw-r--r-- | fpdf_test.go | 1 | 
1 files changed, 0 insertions, 1 deletions
| diff --git a/fpdf_test.go b/fpdf_test.go index 7b56fab..596816c 100644 --- a/fpdf_test.go +++ b/fpdf_test.go @@ -1140,7 +1140,6 @@ func ExampleFpdf_SVGBasicWrite() {  		err error  	)  	pdf := gofpdf.New("P", "mm", "A4", "") // A4 210.0 x 297.0 -	pdf.SetCompression(false)  	pdf.SetFont("Times", "", fontPtSize)  	lineHt := pdf.PointConvert(fontPtSize)  	pdf.AddPage() | 
