Search found 4 matches

by t9mike
2015-03-20T12:25:50-07:00
Forum: Users
Topic: Polar angular gradient color1 -> color2 -> color1
Replies: 3
Views: 2708

Re: Polar angular gradient color1 -> color2 -> color1

Thank you snibgo!
by t9mike
2015-03-19T18:42:33-07:00
Forum: Users
Topic: Polar angular gradient color1 -> color2 -> color1
Replies: 3
Views: 2708

Polar angular gradient color1 -> color2 -> color1

I've studied the polar angular gradient magic described @ http://www.imagemagick.org/Usage/canvas/#gradient_distort , but just haven't a clue how to do what I want: http://i.imgur.com/pfxvbNy.jpg An arc gradient from with the same color @ the start and end of the arc. Is this possible? Can anyone ...
by t9mike
2015-03-19T05:32:19-07:00
Forum: Bugs
Topic: stroke-linecap round bug with ellipse
Replies: 3
Views: 5396

stroke-linecap round bug with ellipse

Posted this as follow-up to http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=26666 . But perhaps it is a different bug. I am keen to know if this can be fixed or if there is a work-around. Thank you. This script: convert -size 220x220 xc: -draw 'fill none stroke-linecap round stroke ...
by t9mike
2015-03-18T10:08:02-07:00
Forum: Bugs
Topic: Bug With stroke-linecap round and stroke-dasharray
Replies: 4
Views: 6323

Re: Bug With stroke-linecap round and stroke-dasharray

I think I am seeing the same issue. This: convert -size 220x220 xc: -draw 'fill none stroke-linecap round stroke-width 20 stroke red ellipse 110,110 100,100 25,345' test.png yields broken endcap: http://i.stack.imgur.com/RvsJF.png But this: convert -size 220x220 xc: -draw 'fill none stroke-linecap ...