summaryrefslogtreecommitdiff
path: root/doc.go
diff options
context:
space:
mode:
authorKurt Jung <kurt.w.jung@code.google.com>2013-08-13 11:41:22 -0400
committerKurt Jung <kurt.w.jung@code.google.com>2013-08-13 11:41:22 -0400
commit5d510c1aa2c794e82c114cf0adf540f6829886d7 (patch)
treeb003af7112a22e79ed4089999538d552b9cc4c95 /doc.go
parente77eb348899dca9a071f7c674cca4ea2bcc238c8 (diff)
Added support with example for transparency in a variety of blending modes.
This was adapted from the FPDF transparency script by Martin Hall-May.
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