summaryrefslogtreecommitdiff
path: root/doc.go
diff options
context:
space:
mode:
authorKurt Jung <kurt.w.jung@code.google.com>2014-10-28 07:13:31 -0400
committerKurt Jung <kurt.w.jung@code.google.com>2014-10-28 07:13:31 -0400
commit030943ab81a363349e2218650ed1ef1d39c2d7e3 (patch)
treef7ced6d53d6eea5f83017cfc427a4c41b9edfe53 /doc.go
parent052c886766c341b3c4222b514c9b7bb496fe465e (diff)
Robert Lillack's Beziergon function with example. Corrections to curve argument names.
Diffstat (limited to 'doc.go')
-rw-r--r--doc.go5
1 files changed, 3 insertions, 2 deletions
diff --git a/doc.go b/doc.go
index bfefefe..29194e8 100644
--- a/doc.go
+++ b/doc.go
@@ -69,8 +69,9 @@ 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. Anthony Starks
-provided code for the Polygon function. Bruno Michel has provided valuable
-assistance with the code.
+provided code for the Polygon function. Robert Lillack provided the Beziergon
+function and corrected some naming issues with the internal curve function.
+Bruno Michel has provided valuable assistance with the code.
The FPDF website is http://www.fpdf.org/.