summaryrefslogtreecommitdiff
path: root/doc.go
diff options
context:
space:
mode:
Diffstat (limited to 'doc.go')
-rw-r--r--doc.go6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc.go b/doc.go
index 3e5949f..ebc0f1c 100644
--- a/doc.go
+++ b/doc.go
@@ -21,8 +21,8 @@ This package's code and documentation are closely derived from the FPDF library
created by Olivier Plathey, and a number of font and image resources are copied
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 is adapted from
-the FPDF gradients script by Andreas Würmser.
+transparency script by Martin Hall-May. Support for gradients and clipping is
+adapted from FPDF scripts by Andreas Würmser.
The FPDF website is http://www.fpdf.org/.
@@ -46,7 +46,7 @@ Features
• Page compression
-• Drawing support (lines, Bézier curves, arcs, ellipses)
+• Drawing support (lines, Bézier curves, arcs, ellipses) and clipping
gofpdf has no dependencies other than the Go standard library. All tests pass
on Linux, Mac and Windows platforms. Like FPDF version 1.7, from which gofpdf