Bug 6036 - SVG <image> does not support color-profile property
Summary: SVG <image> does not support color-profile property
Status: RESOLVED INVALID
Alias: None
Product: WebKit
Classification: Unclassified
Component: SVG (show other bugs)
Version: 420+
Hardware: Mac OS X 10.4
: P4 Normal
Assignee: Nobody
URL: http://www.w3.org/TR/SVG/color.html#C...
Keywords:
Depends on:
Blocks:
 
Reported: 2005-12-10 15:42 PST by Eric Seidel (no email)
Modified: 2022-07-13 18:40 PDT (History)
8 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.