From b09a1c5eef4ec4c053c0ec22da4e9f147aae73e4 Mon Sep 17 00:00:00 2001 From: Kurt Jung Date: Tue, 7 Jul 2015 11:10:07 -0400 Subject: Convert sequential examples to ones that are bound to gofpdf methods. --- svgbasic.go | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'svgbasic.go') diff --git a/svgbasic.go b/svgbasic.go index 749933e..cb8e91e 100644 --- a/svgbasic.go +++ b/svgbasic.go @@ -199,8 +199,7 @@ func SVGBasicParse(buf []byte) (sig SVGBasicType, err error) { } // SVGBasicFileParse parses a simple scalable vector graphics (SVG) file into a -// basic descriptor. See SVGBasicParse for additional comments and tutorial 20 -// for an example of this function. +// basic descriptor. The SVGBasicWrite() example demonstrates this method. func SVGBasicFileParse(svgFileStr string) (sig SVGBasicType, err error) { var buf []byte buf, err = ioutil.ReadFile(svgFileStr) -- cgit v1.2.1-24-ge1ad