summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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