summaryrefslogtreecommitdiff
path: root/svgwrite.go
diff options
context:
space:
mode:
authorKurt Jung <kurt.w.jung@gmail.com>2015-07-11 13:06:33 -0400
committerKurt Jung <kurt.w.jung@gmail.com>2015-07-11 13:06:33 -0400
commit833cf1439390bdeb3a3658830845e568e0a6c86d (patch)
treebbc8da129079d8df75dad5b6b7c28ca8c5633bac /svgwrite.go
parenta08ab04831660cef85a614f3934d1430ce9d0ddd (diff)
Remove superfluous reference to example
Diffstat (limited to 'svgwrite.go')
-rw-r--r--svgwrite.go2
1 files changed, 0 insertions, 2 deletions
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