Search found 7 matches

by helch
2019-04-18T02:00:13-07:00
Forum: Bugs
Topic: too many bezier coordinates
Replies: 1
Views: 6625

too many bezier coordinates

Hi We sometimes have to deal with big ellipses and this one gives an error: $ 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/RenderMVGCon...
by helch
2018-08-28T01:08:23-07:00
Forum: Bugs
Topic: too many bezier coordinates when drawing ellipse
Replies: 2
Views: 5768

too many bezier coordinates when drawing ellipse

I get the following error: $ magick --version Version: ImageMagick 7.0.8-10 Q16 x86_64 2018-08-19 https://www.imagemagick.org Copyright: © 1999-2018 ImageMagick Studio LLC License: https://www.imagemagick.org/script/license.php Features: Cipher DPC HDRI Modules OpenCL OpenMP Delegates (built-in): bz...
by helch
2018-05-22T07:20:23-07:00
Forum: Bugs
Topic: too many bezier coordinates - regression?
Replies: 2
Views: 7557

Re: too many bezier coordinates - regression?

Thank you very much for the fast response and fix!
by helch
2018-05-17T13:14:57-07:00
Forum: Bugs
Topic: too many bezier coordinates - regression?
Replies: 2
Views: 7557

too many bezier coordinates - regression?

Hi I have an mvg that worked in IM 7.0.7-28 and fails in IM 7.0.7-29 and IM 7.0.7-33 with the following error: $ wget http://test.twin.search.ch/test.mvg -q $ magick -script test.mvg > test.png magick: too many bezier coordinates `M 179.037813,-12.984063 L 177.218125,-9.915000 L 176.763750,-9.147813...
by helch
2018-03-02T05:15:12-07:00
Forum: Bugs
Topic: ellipse does not work in some cases - too many bezier coordinates / non-conforming drawing primitive definition
Replies: 9
Views: 17329

ellipse does not work in some cases - too many bezier coordinates / non-conforming drawing primitive definition

In some cases drawing ellipse failes and reports weird errors: $ magick -size 2100x200 xc:white -draw "ellipse 1950,100 50,50 0,360" test.png # works as expected $ magick -size 2100x200 xc:white -draw "ellipse 1990,100 50,50 0,360" test.png magick: too many bezier coordinates `' ...