summaryrefslogtreecommitdiff
path: root/doc.go
diff options
context:
space:
mode:
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