From f3b514a3763d2f5127e2a36cfdb662c6eb4924ac Mon Sep 17 00:00:00 2001 From: Kurt Jung Date: Fri, 23 Aug 2013 11:50:17 -0400 Subject: =?UTF-8?q?Added=20clipping=20support=20adapted=20from=20script=20?= =?UTF-8?q?by=20Andreas=20W=C3=BCrmser?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- doc.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'doc.go') 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 -- cgit v1.2.1-24-ge1ad