summaryrefslogtreecommitdiff
path: root/doc.go
diff options
context:
space:
mode:
authorKurt Jung <kurt.w.jung@gmail.com>2015-07-04 13:18:12 -0400
committerKurt Jung <kurt.w.jung@gmail.com>2015-07-04 13:18:12 -0400
commit1d655638f9c01bdf29aaee195a6628e79f963cfb (patch)
tree18d446216908d4bbddde478010c9052c6ad870ee /doc.go
parent5ab948816dec877984e3c1c031f423cb7fccf30f (diff)
parentf0690e7eabd6a1dc812923ce417ebdb7da490f14 (diff)
Claudio Felber's dashed line implementation
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 55ff390..8e3c0e1 100644
--- a/doc.go
+++ b/doc.go
@@ -71,7 +71,8 @@ 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. 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.
+Claudio Felber provided implementations for dashed line drawing and generalized
+font loading. Bruno Michel has provided valuable assistance with the code.
The FPDF website is http://www.fpdf.org/.