summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKurt Jung <kurt.w.jung@gmail.com>2015-07-05 05:55:47 -0400
committerKurt Jung <kurt.w.jung@gmail.com>2015-07-05 05:55:47 -0400
commitc027db5a6b8a5b3fcd3a0462ae627acc329c07e0 (patch)
tree6f9eb4daa1c41b2fb3f39a0b5034d4f6a2d0cb19
parent03a1cf12fe3ebf4b3c07cbf76d7745d8caf7d897 (diff)
Stanim's line join style implementation
-rw-r--r--doc.go3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc.go b/doc.go
index bd77b00..4e54658 100644
--- a/doc.go
+++ b/doc.go
@@ -73,7 +73,8 @@ 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. Stanim provided support for multi-segment path drawing with
-smooth line joins. Bruno Michel has provided valuable assistance with the code.
+smooth line joins and line join styles. Bruno Michel has provided valuable
+assistance with the code.
The FPDF website is http://www.fpdf.org/.