Bug 6036

Summary: SVG <image> does not support color-profile property
Product: WebKit Reporter: Eric Seidel (no email) <eric>
Component: SVGAssignee: 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

Description Eric Seidel (no email) 2005-12-10 15:42:57 PST
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.
Comment 1 Eric Seidel (no email) 2005-12-10 15:45:37 PST
making this override the embedded profile might not be trivial however.
Comment 2 Ahmad Saleem 2022-07-12 23:45:38 PDT
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!
Comment 3 Cameron McCormack (:heycam) 2022-07-13 18:40:27 PDT
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.