From 5d510c1aa2c794e82c114cf0adf540f6829886d7 Mon Sep 17 00:00:00 2001 From: Kurt Jung Date: Tue, 13 Aug 2013 11:41:22 -0400 Subject: Added support with example for transparency in a variety of blending modes. This was adapted from the FPDF transparency script by Martin Hall-May. --- doc.go | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'doc.go') 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 -- cgit v1.2.1-24-ge1ad