rectangle color problem
Posted: 2009-03-04T20:26:11-07:00
Hi!
I run this command in php to create a rectangular shape and with yellow and blue color.
But when output image generated it seems that some the color of the rectangle is different from the color I assigned in the codes.
Is a float number for the points of the rectangle affects the color?
Any help will be highly appreciated.
Thank you.
I run this command in php to create a rectangular shape and with yellow and blue color.
Code: Select all
-stroke yellow -draw "stroke-dasharray 5 3 stroke-dashoffset 7.5 stroke-width 1.5 rectangle 12.5,12.5 362.5,212.5" -stroke blue -draw "stroke-dasharray 5 3 stroke-dashoffset 7.5 stroke-width 0.25 rectangle 12.5,12.5 362.5,212.5"
Is a float number for the points of the rectangle affects the color?
Any help will be highly appreciated.
Thank you.