[cairo-bugs] [Bug 91195] Some clipped dashed paths not being drawn

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Fri Jul 24 08:56:02 PDT 2015


https://bugs.freedesktop.org/show_bug.cgi?id=91195

Lee Salzman <lsalzman at mozilla.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |lsalzman at mozilla.com

--- Comment #2 from Lee Salzman <lsalzman at mozilla.com> ---
Created attachment 117352
  --> https://bugs.freedesktop.org/attachment.cgi?id=117352&action=edit
fix _cairo_box_intersects_line_segment early rejection tests

As described by Tom, there seem to be problems with the early rejection tests
in _cairo_box_intersects_line_segment, or at least, I could see no logical
reason for the way they were written.

Fixing these to verify as expected that the box is either wholly to the left,
right, top, or bottom of the line segment, as done in this patch, fixes the
issue on these test cases in Firefox. We would appreciate if this patch could
get incorporated upstream.

-- 
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/20150724/d78b3e15/attachment.html>


More information about the cairo-bugs mailing list