[cairo-bugs] [Bug 74779] Segmentation fault when using a complex path for clip and stroke
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Wed Sep 3 21:45:52 PDT 2014
https://bugs.freedesktop.org/show_bug.cgi?id=74779
--- Comment #11 from Massimo <sixtysix at inwind.it> ---
It is also possible to round intersections to their nearest integer,
it is a little more elaborate:
it is necessary to
properly round the integer quotient to the nearest integer,
change the cairo_bo_intersect_ordinate 'exactness' member to hold
say {EXCESS, EXACT, DEFECT } values, and split INTERSECTION events
in INTERSECTION_ABOVE and INTERSECTION_BELOW events which should
be processed
INTERSECTION_ABOVE < STOP < START < INTERSECTION_ABOVE
with that approach few image tests that fail with the patch
above do pass.
--
You are receiving this mail because:
You are the QA Contact for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.cairographics.org/archives/cairo-bugs/attachments/20140904/5f65816e/attachment.html>
More information about the cairo-bugs
mailing list