SVG stroke-width should render zoomed
Categories
(Core :: SVG, defect)
Tracking
()
People
(Reporter: pdr, Unassigned)
Details
Attachments
(1 file)
|
362 bytes,
text/html
|
Details |
Steps to reproduce:
Gecko recently implemented the CSS zoom property (https://bugzilla.mozilla.org/show_bug.cgi?id=390936), but SVG stroke-width is incorrectly not rendered zoomed. See also: https://github.com/w3c/csswg-drafts/issues/9397.
The testcase shows two boxes. The second box and stroke should be zoomed 2x.
Actual results:
stroke-width is not larger under zoom.
Expected results:
stroke-width should be larger under zoom.
Comment 1•2 years ago
|
||
The Bugbug bot thinks this bug should belong to the 'Core::SVG' component, and is moving the bug to that component. Please correct in case you think the bot is wrong.
Comment 2•2 years ago
|
||
This generally works, but this test-case is hitting bug 1887627.
Comment 3•2 years ago
|
||
(As in, it works if you specify the stroke-width inside the zoomed subtree)
Comment 4•1 year ago
|
||
This bug's test-case was fixed by the patch that recently landed in bug 1911195. Changing the dupe target to bug 1911195.
Description
•