diff options
author | Kurt Jung <kurt.w.jung@gmail.com> | 2015-07-11 13:06:33 -0400 |
---|---|---|
committer | Kurt Jung <kurt.w.jung@gmail.com> | 2015-07-11 13:06:33 -0400 |
commit | 833cf1439390bdeb3a3658830845e568e0a6c86d (patch) | |
tree | bbc8da129079d8df75dad5b6b7c28ca8c5633bac | |
parent | a08ab04831660cef85a614f3934d1430ce9d0ddd (diff) |
Remove superfluous reference to example
-rw-r--r-- | svgwrite.go | 2 |
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 |