From cb9b6b05fca2d3154237d94eae678b8c97a2604e Mon Sep 17 00:00:00 2001 From: Kurt Jung Date: Tue, 13 Aug 2013 18:28:16 -0400 Subject: =?UTF-8?q?Gradient=20support=20adapted=20from=20the=20FPDF=20grad?= =?UTF-8?q?ients=20script=20by=20Andreas=20W=C3=BCrmser.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- doc.go | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'doc.go') diff --git a/doc.go b/doc.go index 9254f30..3e5949f 100644 --- a/doc.go +++ b/doc.go @@ -21,7 +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 +transparency script by Martin Hall-May. Support for gradients is adapted from +the FPDF gradients script by Andreas Würmser. The FPDF website is http://www.fpdf.org/. @@ -37,9 +38,9 @@ Features • Image support (JPEG, PNG and GIF) -• Colors and alpha channel transparency +• Colors, gradients and alpha channel transparency -• Links +• Internal and external links • TrueType, Type1 and encoding support @@ -50,7 +51,7 @@ Features 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 is derived, this package does not yet support UTF-8 source text. gofpdf is -released under the MIT License. +copyrighted by Kurt Jung and is released under the MIT License. Installation -- cgit v1.2.1-24-ge1ad