Search found 3 matches

by jestelle
2014-07-11T09:26:47-07:00
Forum: Bugs
Topic: Empty SVG nodes non-deterministically cause convert to hang
Replies: 6
Views: 2634

Re: Empty SVG nodes non-deterministically cause convert to h

That's a great suggestion for a workaround, but isn't there an underlying bug here?

In particular, if it was constantly failing, that would be indicative of a lack of support causing a problem. But most of the time it works, it just gets stuck in some busy-loop sometimes.
by jestelle
2014-07-11T08:27:16-07:00
Forum: Bugs
Topic: Empty SVG nodes non-deterministically cause convert to hang
Replies: 6
Views: 2634

Re: Empty SVG nodes non-deterministically cause convert to h

Thanks guys.

~ > convert -list format | grep SVG
MSVG SVG rw+ ImageMagick's own SVG internal renderer
SVG SVG rw+ Scalable Vector Graphics (XML 2.9.0)
SVGZ SVG rw+ Compressed Scalable Vector Graphics (XML 2.9.0)

Best,
Josh Estelle
by jestelle
2014-07-09T22:00:50-07:00
Forum: Bugs
Topic: Empty SVG nodes non-deterministically cause convert to hang
Replies: 6
Views: 2634

Empty SVG nodes non-deterministically cause convert to hang

If I run the following: convert test.svg -colors 5 -depth 8 -format "%c" histogram:info: most of the time it completes perfectly, but about 20% of the time, it will hang indefinitely. Here is the file I'm testing with https://drive.google.com/file/d/0BwTtDgzNjzHGcmo0YlhpUXZNcFE/edit?usp=sharing This ...