[Webkit-unassigned] [Bug 63516] Some canvas arc tests fail because the arc implementaion does not match the HTML5 canvas specification.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jun 28 13:19:06 PDT 2011


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





--- Comment #4 from Matthew Delaney <mdelaney at apple.com>  2011-06-28 13:19:06 PST ---
(From update of attachment 98872)
View in context: https://bugs.webkit.org/attachment.cgi?id=98872&action=review

> Source/WebCore/html/canvas/CanvasRenderingContext2D.cpp:904
> +        ea = fmod(ea , 2 * piFloat);

These are just floats here, so I believe you just need fmodf. Same for below.

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