files/en-us/web/api/svgrenderingintent/index.md
{{APIRef("SVG")}}{{deprecated_header}}
The SVGRenderingIntent interface defines the enumerated list of possible values for rendering-intent attributes or descriptors.
{{InheritanceDiagram}}
[!WARNING] This interface was removed in the SVG 2 specification.
This interface doesn't implement any specific properties.
This interface doesn't implement any specific methods.
RENDERING_INTENT_UNKNOWN (0)
RENDERING_INTENT_AUTO (1)
auto.RENDERING_INTENT_PERCEPTUAL (2)
perceptual.RENDERING_INTENT_RELATIVE_COLORIMETRIC (3)
relative-colorimetric.RENDERING_INTENT_SATURATION (4)
saturation.RENDERING_INTENT_ABSOLUTE_COLORIMETRIC (5)
absolute-colorimetric.{{Specifications}}
{{Compat}}