[Webkit-unassigned] [Bug 264752] Negative SVGTransform scale values should be correctly stringified

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Nov 20 18:09:47 PST 2023


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

--- Comment #3 from Karl Dubost <karlcow at apple.com> ---
The test:

var svg = document.createElementNS('http://www.w3.org/2000/svg', 'svg');
var g = document.createElementNS('http://www.w3.org/2000/svg', 'g');
var transform = svg.createSVGTransform();
transform.setScale(-2, -4);
g.transform.baseVal.appendItem(transform)
g.getAttribute('transform')


​

-- 
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/20231121/968e89cc/attachment.htm>


More information about the webkit-unassigned mailing list