From f9941ced55be6fca307fec19bad2d81bd4fb7831 Mon Sep 17 00:00:00 2001 From: Kurt Jung Date: Tue, 10 Sep 2013 15:30:35 -0400 Subject: =?UTF-8?q?Transformation=20functionality=20adapted=20from=20Morit?= =?UTF-8?q?z=20Wagner=20and=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, 5 insertions(+), 1 deletion(-) (limited to 'doc.go') diff --git a/doc.go b/doc.go index 85f34d4..6f960d9 100644 --- a/doc.go +++ b/doc.go @@ -23,7 +23,9 @@ 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 and clipping is adapted from FPDF scripts by Andreas Würmser. Support for outline bookmarks is -adapted from Olivier Plathey by Manuel Cornes. +adapted from Olivier Plathey by Manuel Cornes. Support for transformations is +adapted from the FPDF transformation script by Moritz Wagner and Andreas +Würmser. The FPDF website is http://www.fpdf.org/. @@ -51,6 +53,8 @@ Features • Drawing support (lines, Bézier curves, arcs, ellipses) +• Transformation support (rotation, scaling, skewing, translation, mirroring) + • Clipping gofpdf has no dependencies other than the Go standard library. All tests pass -- cgit v1.2.1-24-ge1ad