[Webkit-unassigned] [Bug 54658] [gtk] Failing collinear arcTo canvas tests

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Feb 17 07:31:38 PST 2011


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


Zan Dobersek <zandobersek at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #82798|                            |review?, commit-queue?
               Flag|                            |




--- Comment #1 from Zan Dobersek <zandobersek at gmail.com>  2011-02-17 07:31:38 PST ---
Created an attachment (id=82798)
 --> (https://bugs.webkit.org/attachment.cgi?id=82798&action=review)
Add collinearity check

This patch adds a collinearity check that checks if the three points used to draw an arc through arcTo method are positioned in a line.

Check is performed by calculating the area of the triangle that the three points construct - if the area equals zero, the lines are collinear.

-- 
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