[Webkit-unassigned] [Bug 151774] New: Fix the graphics benchmark tests to work on FireFox
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Dec 2 14:12:24 PST 2015
https://bugs.webkit.org/show_bug.cgi?id=151774
Bug ID: 151774
Summary: Fix the graphics benchmark tests to work on FireFox
Classification: Unclassified
Product: WebKit
Version: WebKit Nightly Build
Hardware: Unspecified
OS: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: Animations
Assignee: webkit-unassigned at lists.webkit.org
Reporter: sabouhallawa at apple.com
CC: dino at apple.com
1. clip-path: polygon(...) is not supported by FireFox. It supports only URL value. https://developer.mozilla.org/en-US/docs/Web/CSS/clip-path.
2. CanvasRenderingContext2D.ellipse() is not supported by FireFox. https://developer.mozilla.org/en-US/docs/Web/API/CanvasRenderingContext2D/ellipse.
3. CanvasRenderingContext2D.drawImage() draws an SVG image only when it has an intrinsic size. https://bugzilla.mozilla.org/show_bug.cgi?id=700533. A test page is http://phrogz.net/SVG/svg_to_png.xhtml.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20151202/095ee500/attachment-0001.html>
More information about the webkit-unassigned
mailing list