[Webkit-unassigned] [Bug 264752] New: Negative SVGTransform scale values should be correctly stringified
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Nov 13 10:03:53 PST 2023
https://bugs.webkit.org/show_bug.cgi?id=264752
Bug ID: 264752
Summary: Negative SVGTransform scale values should be correctly
stringified
Product: WebKit
Version: WebKit Nightly Build
Hardware: Unspecified
OS: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: SVG
Assignee: webkit-unassigned at lists.webkit.org
Reporter: ahmad.saleem792 at gmail.com
CC: sabouhallawa at apple.com, zimmermann at kde.org
Hi Team,
While going through Blink's commit, I came across another failing test case:
Test Case: https://jsfiddle.net/7nqg2L01/show
^ Firefox Nightly 121:
FAIL g.getAttribute('transform') should be scale(-2 -4). Was scale(-2, -4).
^ Chrome Canary 121:
PASS g.getAttribute('transform') is "scale(-2 -4)"
^ Safari Technology Preview 182 (Don't show negative):
FAIL g.getAttribute('transform') should be scale(-2 -4). Was scale(2 4).
___
Blink Commit: https://chromium.googlesource.com/chromium/blink/+/8a7252a2602bd8067c83d48c8fd525ef322708c2
Just wanted to raise, so we can fix it.
Thanks!
--
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/20231113/0e1f322d/attachment.htm>
More information about the webkit-unassigned
mailing list