commit | 7ec43a17f94668f81d96219a96f6ccd6761f658f | [log] [tgz] |
---|---|---|
author | cristy <urban-warrior@git.imagemagick.org> | Wed Sep 23 14:53:16 2009 +0000 |
committer | cristy <urban-warrior@git.imagemagick.org> | Wed Sep 23 14:53:16 2009 +0000 |
tree | 3e4a35b0d9097aa00afe3ffc7d67b7409dcd7906 | |
parent | 9ca5955485adc09678f63b726b5009eb8d28cb66 [diff] [blame] |
diff --git a/wand/drawtest.c b/wand/drawtest.c index 626cf98..9b0499f 100644 --- a/wand/drawtest.c +++ b/wand/drawtest.c
@@ -43,7 +43,7 @@ (void) PixelSetColor(color,"#ffffff"); DrawSetFillColor(picasso,color); DrawRectangle(picasso,23.69,22.97,564.6,802.2); - DrawSetFillAlpha(picasso,1.0); + DrawSetFillOpacity(picasso,1.0); (void) PixelSetColor(color,"none"); DrawSetFillColor(picasso,color); DrawSetStrokeColor(picasso,color);