summaryrefslogtreecommitdiff
path: root/dmagick/Options.d
diff options
context:
space:
mode:
authorMike Wey2011-09-06 23:55:36 +0200
committerMike Wey2011-09-06 23:55:36 +0200
commite49e453d014edece28eac8fbdb80c6e191a326fe (patch)
tree3846fca554df21572cf72ada188d1ab2b9b04b1d /dmagick/Options.d
parent7b95bdff11caf74ce12c16f20f41d5bb0a8181b6 (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.d2
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)
{