summaryrefslogtreecommitdiff
path: root/doc.go
diff options
context:
space:
mode:
authorKurt Jung <kurt.w.jung@code.google.com>2013-09-10 15:30:35 -0400
committerKurt Jung <kurt.w.jung@code.google.com>2013-09-10 15:30:35 -0400
commitf9941ced55be6fca307fec19bad2d81bd4fb7831 (patch)
treec6ac5232b8ff4d9d404abb526d964ecb616a390c /doc.go
parenta360bfb8ef7cbaacda300889a067b36ff94b944a (diff)
Transformation functionality adapted from Moritz Wagner and Andreas Würmser.
Diffstat (limited to 'doc.go')
-rw-r--r--doc.go6
1 files changed, 5 insertions, 1 deletions
diff --git a/doc.go b/doc.go
index 85f34d4..6f960d9 100644
--- a/doc.go
+++ b/doc.go
@@ -23,7 +23,9 @@ directly from it. Drawing support is adapted from the FPDF geometric figures
script by David Hernández Sanz. Transparency support is adapted from the FPDF
transparency script by Martin Hall-May. Support for gradients and clipping is
adapted from FPDF scripts by Andreas Würmser. Support for outline bookmarks is
-adapted from Olivier Plathey by Manuel Cornes.
+adapted from Olivier Plathey by Manuel Cornes. Support for transformations is
+adapted from the FPDF transformation script by Moritz Wagner and Andreas
+Würmser.
The FPDF website is http://www.fpdf.org/.
@@ -51,6 +53,8 @@ Features
• Drawing support (lines, Bézier curves, arcs, ellipses)
+• Transformation support (rotation, scaling, skewing, translation, mirroring)
+
• Clipping
gofpdf has no dependencies other than the Go standard library. All tests pass