summaryrefslogtreecommitdiff
path: root/doc.go
diff options
context:
space:
mode:
authorKurt Jung <kurt.w.jung@gmail.com>2015-07-06 11:45:30 -0400
committerKurt Jung <kurt.w.jung@gmail.com>2015-07-06 11:45:30 -0400
commit68452d8505bb4a328b20cf3f44bb29e7ddcad27d (patch)
tree65e68559ba98d2c518971769f06877785a47685d /doc.go
parentc027db5a6b8a5b3fcd3a0462ae627acc329c07e0 (diff)
parent3442cac58db1e6688e15541da68b0dcfea98b977 (diff)
Merge branch 'stanim-stani'
Stani Michiels: ArcTo, line cap join style tutorial, various documentation adjustments
Diffstat (limited to 'doc.go')
-rw-r--r--doc.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc.go b/doc.go
index 4e54658..75091e0 100644
--- a/doc.go
+++ b/doc.go
@@ -72,7 +72,7 @@ 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. Stanim provided support for multi-segment path drawing with
+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.