summaryrefslogtreecommitdiff
path: root/doc.go
diff options
context:
space:
mode:
authorKurt Jung <kurt.w.jung@code.google.com>2014-06-29 14:14:19 -0400
committerKurt Jung <kurt.w.jung@code.google.com>2014-06-29 14:14:19 -0400
commit875b1c7a15f289f388a0187781c5f2b1f4e9dc90 (patch)
tree764467e3a6b71b1d7b8c3ee35edf3e5b261b6d09 /doc.go
parent2ba1e1bcedbc413c15f211a977c5ffee5621ce0e (diff)
Polygon function and demonstration
Diffstat (limited to 'doc.go')
-rw-r--r--doc.go3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc.go b/doc.go
index 5399b02..d62a20d 100644
--- a/doc.go
+++ b/doc.go
@@ -66,7 +66,8 @@ FPDF product. Lawrence Kesteloot provided code to allow an image's extent to be
determined prior to placement. Support for vertical alignment within a cell was
provided by Stefan Schroeder. Ivan Daniluk generalized the font and image
loading code to use the Reader interface while maintaining backward
-compatibility. Bruno Michel has provided valuable assistance with the code.
+compatibility. Anthony Starks provided code for the Polygon function. Bruno
+Michel has provided valuable assistance with the code.
The FPDF website is http://www.fpdf.org/.