From 833cf1439390bdeb3a3658830845e568e0a6c86d Mon Sep 17 00:00:00 2001 From: Kurt Jung Date: Sat, 11 Jul 2015 13:06:33 -0400 Subject: Remove superfluous reference to example --- svgwrite.go | 2 -- 1 file changed, 2 deletions(-) (limited to 'svgwrite.go') diff --git a/svgwrite.go b/svgwrite.go index a2213a2..04f6cb3 100644 --- a/svgwrite.go +++ b/svgwrite.go @@ -23,8 +23,6 @@ package gofpdf // (as set with SetLineCapStyle()), line width (as set with SetLineWidth()), // and draw color (as set with SetDrawColor()) are used in drawing the image // paths. -// -// See example 20 for a demonstration of this function. func (f *Fpdf) SVGBasicWrite(sb *SVGBasicType, scale float64) { originX, originY := f.GetXY() var x, y, newX, newY float64 -- cgit v1.2.1-24-ge1ad