Implement `color-rendering` CSS property (defined in SVG)
Categories
(Core :: SVG, enhancement, P5)
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox67 | --- | affected |
People
(Reporter: dholbert, Unassigned)
References
Details
The color-rendering property is defined here in the SVG 1.1 spec:
https://www.w3.org/TR/SVG11/painting.html#ColorRenderingProperty
...and here in the SVG2 spec:
https://www.w3.org/TR/SVG2/painting.html#ColorRendering
...though it seems we never implemented it, perhaps because it's just a hint with no real normative requirements as far as I can tell.
It seems there's a WPT test that Firefox is alone in failing due to lack of support for this property:
https://wpt.fyi/results/svg/painting/parsing/color-rendering-valid.svg
I don't know how much we should care about this (probably not very much), but I'm filing this bug as a "placeholder" bug to cover this feature, in any case, as a way to track the test-failure.
Comment 1•6 years ago
|
||
Bin it I say, https://github.com/w3c/svgwg/issues/647
Comment 2•6 years ago
|
||
Looks like I got my way.
Description
•