too many bezier coordinates
Posted: 2019-04-18T02:00:13-07:00
Hi
We sometimes have to deal with big ellipses and this one gives an error:
What is the problem there?
Is there some internal limit i can increase with a command-line option?
Cheers
Christian
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.
Is there some internal limit i can increase with a command-line option?
Cheers
Christian