[Webkit-unassigned] [Bug 50869] [cairo] Rendering a lot of arcs on top of each other causes time outs in some tests

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jan 7 05:39:54 PST 2011


https://bugs.webkit.org/show_bug.cgi?id=50869


Alejandro G. Castro <alex at igalia.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #77010|0                           |1
        is obsolete|                            |
  Attachment #78225|                            |review?
               Flag|                            |




--- Comment #6 from Alejandro G. Castro <alex at igalia.com>  2011-01-07 05:39:53 PST ---
Created an attachment (id=78225)
 --> (https://bugs.webkit.org/attachment.cgi?id=78225&action=review)
Proposed patch

I made a mistake checking the performance of the solution, we can do it without the modff. This patch avoids using modff to avoid precision errors.

Not sure why in Qt solution they do not pay attention to the end angle in this situation, maybe it is a bug, and in case of skia they do not use anticlockwise property, which could cause issues with fill rules AFAIK.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list