Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-08-28 | updated SVG comments | Richard Stöckl | |
2019-08-28 | added closepath support in SVG | Richard Stöckl | |
2019-08-28 | added SVG support for quadratic curves | Richard Stöckl | |
2019-08-28 | added SVG support for horizontal and vertical lines | Richard Stöckl | |
2019-02-04 | SVG closepath support | Joe Westcott | |
2015-07-07 | Convert sequential examples to ones that are bound to gofpdf methods. | Kurt Jung | |
2014-01-29 | Name 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-28 | Small changes to pacify lint | Kurt Jung | |
2014-01-28 | Add example reference in documentation. | Kurt Jung | |
2014-01-28 | Support for unstyled, path-only SVG images of the type generated by the ↵ | Kurt Jung | |
jSignature web control. |