summaryrefslogtreecommitdiff
path: root/doc.go
diff options
context:
space:
mode:
Diffstat (limited to 'doc.go')
-rw-r--r--doc.go5
1 files changed, 4 insertions, 1 deletions
diff --git a/doc.go b/doc.go
index abb8518..fcf9ba3 100644
--- a/doc.go
+++ b/doc.go
@@ -20,7 +20,10 @@ Package gofpdf implements a PDF document generator.
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. The FPDF website is http://www.fpdf.org/.
+script by David Hernández Sanz. Transparency support is adapted from the FPDF
+transparency script by Martin Hall-May
+
+The FPDF website is http://www.fpdf.org/.
Features