Page 1 of 1

too many bezier coordinates

Posted: 2019-04-18T02:00:13-07:00
by helch
Hi
We sometimes have to deal with big ellipses and this one gives an error:

Code: Select all

$ magick -size 3840x1938 xc:transparent -draw "fill none stroke #fffe00 stroke-width 6.000000 ellipse 97664,-36540 100352,100096 0,360"  tmp/test.pngmagick: too many bezier coordinates `' @ error/draw.c/RenderMVGContent/4062.
magick: non-conforming drawing primitive definition `ellipse' @ error/draw.c/RenderMVGContent/4407.
What is the problem there?
Is there some internal limit i can increase with a command-line option?

Cheers
Christian

Re: too many bezier coordinates

Posted: 2019-04-18T03:27:23-07:00
by magick
ImageMagick does have sanity checks to help reduce resource consumption. Its likely the check for bezier coordinates may be too aggressive. Look for a fix in the next Beta release of ImageMagick within a day or two.