summaryrefslogtreecommitdiff
path: root/svgwrite.go
AgeCommit message (Collapse)Author
2019-08-28set new coordinates on z instructionRichard Stöckl
2019-08-28added closepath support in SVGRichard Stöckl
2019-08-28added SVG support for quadratic curvesRichard Stöckl
2019-08-28added SVG support for horizontal and vertical linesRichard Stöckl
2019-02-04SVG closepath supportJoe Westcott
2015-07-11Remove superfluous reference to exampleKurt Jung
2014-01-29Name changes for Lint conformance. <rant>One key advantage of the camelback ↵Kurt Jung
naming convention is that a machine can quickly tokenize name segments for indexing and tagging purposes. For example, HtmlWrite easily breaks into Html and Write. By capitalizing all letters in an initialism, this name breaks into H, T, M, L, and Write -- not as useful for tagging purposes. Rather than having to manually filter through the mostly valuable output of golint, I have grudgingly changed names so that golint produces no output.</rant>
2014-01-29Factored basic SVG path rendering, basic HTML rendering, and color routines.Kurt Jung