diff options
| author | Mike Wey | 2011-08-28 23:14:09 +0200 |
|---|---|---|
| committer | Mike Wey | 2011-08-28 23:14:09 +0200 |
| commit | 9498f56bea3a87e35bd6a92b9fc29d8ed7ba98c0 (patch) | |
| tree | 57c776db686f37bd0b7f926454684e83eda7a21b /dmagick/Options.d | |
| parent | 6dce2778d911d8a08b492af1c5f43e707a1de790 (diff) | |
Add a line function to the DrawingContext, and a few bug fixes.
Diffstat (limited to 'dmagick/Options.d')
| -rw-r--r-- | dmagick/Options.d | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dmagick/Options.d b/dmagick/Options.d index d11366e..85e1c13 100644 --- a/dmagick/Options.d +++ b/dmagick/Options.d @@ -936,7 +936,7 @@ class Options ///ditto Color strokeColor() const { - return new Color(imageInfo.background_color); + return new Color(drawInfo.stroke); } /** @@ -990,7 +990,7 @@ class Options drawInfo.linecap = cap; } ///ditto - LineCap lineCap() const + LineCap strokeLineCap() const { return drawInfo.linecap; } |
