color-profile - SVG: Scalable Vector Graphics 编辑
Deprecated since SVG 2
This feature is no longer recommended. Though some browsers might still support it, it may have already been removed from the relevant web standards, may be in the process of being dropped, or may only be kept for compatibility purposes. Avoid using it, and update existing code if possible; see the compatibility table at the bottom of this page to guide your decision. Be aware that this feature may cease to work at any time.
The color-profile
attribute is used to define which color profile a raster image included through the <image>
element should use.
Note: As a presentation attribute, color-profile
can be used as a CSS property.
As a presentation attribute, it can be applied to any element but it only has an effect on the following element: <image>
Usage notes
Value | auto | sRGB | <name> | <iri> |
---|---|
Default value | auto |
Animatable | Yes |
auto
- All colors are presumed to be defined in the sRGB color space unless a more precise embedded profile is specified within content data. For images that do have a profile built into their data, that profile is used. For images that do not have a profile, the sRGB profile is used.
sRGB
- The source profile is assumed to be sRGB. This differs from auto in that it overrides an embedded profile inside an image.
<name>
- A name corresponding to a defined color profile that is in the browser's color profile description database. The browser searches the color profile description database for a color profile description entry whose name descriptor matches
<name>
and uses the last matching entry that is found. If a match is found, the corresponding profile overrides an embedded profile inside an image. If no match is found, then the embedded profile inside the image is used. <iri>
- An IRI reference to the source color profile. The referenced color profile overrides an embedded profile inside the image.
Specifications
Specification | Status | Comment |
---|---|---|
Scalable Vector Graphics (SVG) 1.1 (Second Edition) The definition of 'color-profile' in that specification. | Recommendation | Initial definition |
Browser compatibility
BCD tables only load in the browser
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论