GNOME Bugzilla – Bug 308305
x_order_2: colinear!
Last modified: 2005-10-20 16:07:45 UTC
Windows XP, 1.5.2-rc1 I have an Excel file that says "x_order_2: colinear!" in the console. It probably has something to do with graphs. I can't attach the file here, but I can send it by email.
Possibly related: the about dialog says colinear! colinear! x_order_2: colinear! x_order_2: colinear! etc. (I already reported the about dialog stuff in bug 301933, probably wrong bug)
I'd be interested by a sample file. Aniway, these warnings come from libart and are not harmful.
Those warnings come from numerical stability of libart routines. Looking at comments in libart sources, it seems a solution could be to perturb paths before doing something with them. This is already the case for polygon rendering, so may be we should do the same for lines.
For the record, I've tried to perturb paths before rendering, but it does not help.
These warnings are harmless. I'm closing this bug.
Does this have something to do with bug 132558? Is the "art_svp_writer_rewind_new" thingie from bug 132558 comment 3 somehow relevant?