Hello,
thanks a lot!
We're looking forward to the next release ...
Search found 3 matches
- 2012-07-18T05:59:56-07:00
- Forum: Bugs
- Topic: 6.6.0-1: drawing issues with rectangle stroke
- Replies: 14
- Views: 26825
- 2012-07-18T04:52:55-07:00
- Forum: Bugs
- Topic: 6.6.0-1: drawing issues with rectangle stroke
- Replies: 14
- Views: 26825
Re: 6.6.0-1: drawing issues with rectangle stroke
Hi, our systenm is running on linux (ubuntu/debian). We're producing output via PHP (PHP Version 5.3.3-7+squeeze13) imagick module version is 3.0.0RC1 $image = newImagick(); $drawRect = new ImagickDraw($image); $drawRect->setFillColor("#00FF0080"); $drawRect->setStrokeWidth(5 * M_PI); $drawRect ...
- 2012-07-18T03:36:12-07:00
- Forum: Bugs
- Topic: 6.6.0-1: drawing issues with rectangle stroke
- Replies: 14
- Views: 26825
Re: 6.6.0-1: drawing issues with rectangle stroke
Dear developers, after upgrading our server to version 6.7.8-3 we noticed that the problem still seems to exist. (inside our system we're producing a test image to check for changes and errors) Rectangles with a stroke width of more than 2 pixel produce still incorrect output as you can see in the ...