Arc Text Bug
Posted: 2012-09-03T23:38:00-07:00
When i want to add an Arc test to an image of 400x400 it gives the result i expect. However, if i create a canvas 400x400 and then add the text with an arc, it does places the text totally different.
result:
But when i create a canvas from 400x400 i would expect the same as above, but then on a clean canvas
result:
i use: IM 6.7.9-0
Code: Select all
convert rose: -resize 400x400! ( -background none -fill red -pointsize 25 label:"Some Text" -virtual-pixel background -distort Arc 180 ) -composite round_text.png
But when i create a canvas from 400x400 i would expect the same as above, but then on a clean canvas
Code: Select all
convert -size 400x400 xc:white ( -background none -fill red -pointsize 25 label:"Some Text" -virtual-pixel background -distort Arc 180 ) -composite round_text.png
i use: IM 6.7.9-0