On Thu, 26 Jun 2008 17:49:38 +0200, Marco <mrcekets@...400...> wrote:
On Thu, 26 Jun 2008 17:02:00 +0200, Jon A. Cruz <jon@...18...> wrote:
We've gotten bug #243232 that is due to an assertion in 2geom being triggered.
terminate called after throwing an instance of 'Geom::RangeError' what(): lib2geom exception: there is no ellipse that satisfies the given constraints (2geom/elliptical-arc.cpp:616)
https://bugs.launchpad.net/inkscape/+bug/243232
Can someone familiar with that area take a look?
Could it be a parsing error ? I tried to create EllipticalArc instances using the data presents in the path command that caused the assertion failure and all seem to work fine.
- Marco
No sorry I was wrong! There is really a problem with the passed data. The following line is the command that causes the assertion: "M 9.0625 10.21875 A 0.6384567 0.6384567 0 1 0 8.1875 11.15625"
I'm analizing the problem.
- Marco