Closed
Bug 1265666
Opened 9 years ago
Closed 5 years ago
Implement missing SVG 2 values of vector-effect property
Categories
(Core :: SVG, enhancement)
Core
SVG
Tracking
()
RESOLVED
DUPLICATE
of bug 1318208
People
(Reporter: sebo, Unassigned)
References
(Depends on 1 open bug, Blocks 1 open bug, )
Details
(Keywords: dev-doc-needed)
Currently the 'vector-effect' property only supports the values 'none' and 'non-scaling-stroke' while the SVG 2 spec. allows more values and repetition. The exact syntax is:
none | [ non-scaling-stroke | non-scaling-size | non-rotation | fixed-position ]+ [ viewport | screen ]?
Sebastian
Reporter | ||
Updated•8 years ago
|
Component: SVG → CSS Parsing and Computation
Comment 2•8 years ago
|
||
The main part of this support seems to be SVG side. Adding a property is trivial in CSS, but implement the effect is not.
Component: CSS Parsing and Computation → SVG
Reporter | ||
Comment 3•8 years ago
|
||
Sounds reasonable. Thanks Xidorn!
Sebastian
Summary: Implement missing SVG 2 values vector-effect property → Implement missing SVG 2 values of vector-effect property
Updated•5 years ago
|
Status: NEW → RESOLVED
Closed: 5 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•