summaryrefslogtreecommitdiff
path: root/doc.go
diff options
context:
space:
mode:
authorKurt Jung <kurt.w.jung@gmail.com>2015-07-04 15:22:25 -0400
committerKurt Jung <kurt.w.jung@gmail.com>2015-07-04 15:22:25 -0400
commitf09d42d3410002d41bf21465b84c072ac61a8d04 (patch)
treea5d194f8a4b20c379a03c127c1b43ec625409e4a /doc.go
parentc511ba94fa811ac07496f2ec8858f62f7bf2a7e4 (diff)
Acknowledge stanim for the multi-segment drawing routines
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 8e3c0e1..bd77b00 100644
--- a/doc.go
+++ b/doc.go
@@ -72,7 +72,8 @@ Reader interface while maintaining backward compatibility. Anthony Starks
provided code for the Polygon function. Robert Lillack provided the Beziergon
function and corrected some naming issues with the internal curve function.
Claudio Felber provided implementations for dashed line drawing and generalized
-font loading. Bruno Michel has provided valuable assistance with the code.
+font loading. Stanim provided support for multi-segment path drawing with
+smooth line joins. Bruno Michel has provided valuable assistance with the code.
The FPDF website is http://www.fpdf.org/.