[Webkit-unassigned] [Bug 260781] [Interop 2021][CSS Transforms] css/css-transforms/transform-rotate-003.html and transform-rotate-005.html fail
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Sun Aug 27 20:32:49 PDT 2023
https://bugs.webkit.org/show_bug.cgi?id=260781
--- Comment #2 from Matt Woodrow <mattwoodrow at apple.com> ---
We could potentially use float precision instead of double, which would hopefully cause these to end up identical.
Alternatively, we could use precomputed sin/cos values for 'common' degree values.
We could also just fuzz the tests (more), since the rendering is visually identical.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20230828/8b55d684/attachment.htm>
More information about the webkit-unassigned
mailing list