Bug 6036
Summary: | SVG <image> does not support color-profile property | ||
---|---|---|---|
Product: | WebKit | Reporter: | Eric Seidel (no email) <eric> |
Component: | SVG | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED INVALID | ||
Severity: | Normal | CC: | ahmad.saleem792, ap, bfulgham, heycam, ian, mmaxfield, rniwa, sabouhallawa |
Priority: | P4 | ||
Version: | 420+ | ||
Hardware: | Mac | ||
OS: | OS X 10.4 | ||
URL: | http://www.w3.org/TR/SVG/color.html#ColorProfileProperty |
Eric Seidel (no email)
SVG <image> does not support color-profile property
http://www.w3.org/TR/SVG/color.html#ColorProfileProperty
This should be pretty simple to wire in.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Eric Seidel (no email)
making this override the embedded profile might not be trivial however.
Ahmad Saleem
SVG2 does not support "Color" and now it is managed by CSS Color Module:
I get following message when visiting URL:
________
Removed: Color
This chapter is no longer part of the SVG specification.
Color formats and color profiles are now defined in the CSS Color Module (latest editor's draft, latest technical report).
You can also view the chapter in SVG 1.1, or go back to the main page for SVG 2.
_______
If it is to support SVG1.1, can we update URL to following - https://www.w3.org/TR/SVG11/color.html
Thanks!
Cameron McCormack (:heycam)
The color-profile property was moved from the SVG spec to css-color-3, and then later removed from that spec due to lack of implementation interest.