diff options
| author | Mike Wey | 2011-09-06 23:55:36 +0200 |
|---|---|---|
| committer | Mike Wey | 2011-09-06 23:55:36 +0200 |
| commit | e49e453d014edece28eac8fbdb80c6e191a326fe (patch) | |
| tree | 3846fca554df21572cf72ada188d1ab2b9b04b1d /dmagick/Options.d | |
| parent | 7b95bdff11caf74ce12c16f20f41d5bb0a8181b6 (diff) | |
Add polygon, polyline, pop, push, rectangle, rotate, roundRectangle, scale, skewX, skewY, stroke, strokeAntialias and strokeDashArray.
Diffstat (limited to 'dmagick/Options.d')
| -rw-r--r-- | dmagick/Options.d | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dmagick/Options.d b/dmagick/Options.d index 53a4f9f..cec9b28 100644 --- a/dmagick/Options.d +++ b/dmagick/Options.d @@ -925,7 +925,7 @@ class Options } /** - * Color to use when drawing object outlines + * Color to use when drawing object outlines. */ void strokeColor(string color) { |
