Closed
Bug 1904891
Opened 7 months ago
Closed 7 months ago
support viewport and screen options for non-scaling-stroke
Categories
(Core :: SVG, enhancement)
Core
SVG
Tracking
()
RESOLVED
FIXED
129 Branch
Tracking | Status | |
---|---|---|
firefox129 | --- | fixed |
People
(Reporter: longsonr, Assigned: longsonr)
References
(Blocks 1 open bug, )
Details
Attachments
(1 file)
prior to this bug we supported vector-effect: none; and vector-effect: non-scaling-stroke;
Post this bug we support
vector-effect: none;
vector-effect: non-scaling-stroke;
vector-effect: non-scaling-stroke viewport;
vector-effect: non-scaling-stroke screen;
vector-effect: non-scaling-stroke viewport; is identical to vector-effect: non-scaling-stroke;
The screen option has an effect in nested <svg> i.e.
<svg viewBox="0 0 100 100">
<svg viewBox="0 0 200 200">
<rect vector-effect="non-scaling-stroke screen" .../>
</svg>
</svg>
With viewport we invert scaling from the rect to the inner <svg> only. With screen we invert all scaling to the root <svg> element.
Assignee | ||
Updated•7 months ago
|
Assignee | ||
Comment 1•7 months ago
|
||
Updated•7 months ago
|
Assignee: nobody → longsonr
Status: NEW → ASSIGNED
Assignee | ||
Comment 2•7 months ago
|
||
Assignee | ||
Comment 3•7 months ago
|
||
Pushed by longsonr@gmail.com:
https://hg.mozilla.org/integration/autoland/rev/566ae05e7eec
Support viewport and screen options for non-scaling-stroke r=emilio
Created web-platform-tests PR https://github.com/web-platform-tests/wpt/pull/46986 for changes under testing/web-platform/tests
Comment 6•7 months ago
|
||
Can you send an intent to prototype and ship for this? Thanks!
Flags: needinfo?(longsonr)
Assignee | ||
Comment 7•7 months ago
|
||
Flags: needinfo?(longsonr)
Comment 8•7 months ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 7 months ago
status-firefox129:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 129 Branch
Updated•7 months ago
|
Blocks: svg2
Keywords: dev-doc-needed
Upstream PR merged by moz-wptsync-bot
Assignee | ||
Updated•6 months ago
|
Keywords: dev-doc-needed
Comment hidden (obsolete) |
Comment hidden (obsolete) |
You need to log in
before you can comment on or make changes to this bug.
Description
•