summaryrefslogtreecommitdiff
path: root/doc.go
diff options
context:
space:
mode:
authorKurt Jung <kurt.w.jung@gmail.com>2015-07-06 17:28:23 -0400
committerKurt Jung <kurt.w.jung@gmail.com>2015-07-06 17:28:23 -0400
commitfccc103d014ac38766c77a9f1589f1ea9954591d (patch)
treeb59c8a489241fa3a297315d75bfbd16918217ce8 /doc.go
parent8cb193ab3b092002fea2d87dd180d0772cf32fe0 (diff)
Mention Stani Michiels' enhanced fill mode
Diffstat (limited to 'doc.go')
-rw-r--r--doc.go6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc.go b/doc.go
index 9ac700e..b25875d 100644
--- a/doc.go
+++ b/doc.go
@@ -72,9 +72,9 @@ 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. Stani Michiels provided support for multi-segment path drawing with
-smooth line joins and line join styles. Bruno Michel has provided valuable
-assistance with the code.
+font loading. Stani Michiels provided support for multi-segment path drawing
+with smooth line joins, line join styles and enhanced fill modes. Bruno Michel
+has provided valuable assistance with the code.
The FPDF website is http://www.fpdf.org/.