diff options
author | Kurt Jung <kurt.w.jung@gmail.com> | 2015-07-11 15:58:12 -0400 |
---|---|---|
committer | Kurt Jung <kurt.w.jung@gmail.com> | 2015-07-11 15:58:12 -0400 |
commit | 1451e353048cd88e1083c1be60cceaddc0d9b84d (patch) | |
tree | 70c972957a34616c15ab65ae2f2afbe39712a1a1 | |
parent | f551b753b11a5c2e58c38db0af7b980e0d0a2bc0 (diff) |
A tip of the hat to Stani Michiels for help with package presentation and tests.
-rw-r--r-- | README.md | 5 | ||||
-rw-r--r-- | doc.go | 5 |
2 files changed, 6 insertions, 4 deletions
@@ -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 @@ -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 |