summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKurt Jung <kurt.w.jung@gmail.com>2015-07-11 15:58:12 -0400
committerKurt Jung <kurt.w.jung@gmail.com>2015-07-11 15:58:12 -0400
commit1451e353048cd88e1083c1be60cceaddc0d9b84d (patch)
tree70c972957a34616c15ab65ae2f2afbe39712a1a1
parentf551b753b11a5c2e58c38db0af7b980e0d0a2bc0 (diff)
A tip of the hat to Stani Michiels for help with package presentation and tests.
-rw-r--r--README.md5
-rw-r--r--doc.go5
2 files changed, 6 insertions, 4 deletions
diff --git a/README.md b/README.md
index df5655d..352bbc3 100644
--- a/README.md
+++ b/README.md
@@ -156,8 +156,9 @@ 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, line join styles and enhanced fill modes. Bruno Michel has provided
-valuable assistance with the code.
+joins, line join styles, enhanced fill modes, and has helped greatly with
+package presentation and tests. Bruno Michel has provided valuable assistance
+with the code.
##Roadmap
diff --git a/doc.go b/doc.go
index 0977e99..818f434 100644
--- a/doc.go
+++ b/doc.go
@@ -169,8 +169,9 @@ 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, line join styles and enhanced fill modes. Bruno Michel has provided
-valuable assistance with the code.
+joins, line join styles, enhanced fill modes, and has helped greatly with
+package presentation and tests. Bruno Michel has provided valuable assistance
+with the code.
Roadmap