Enum SvgImageRendering
The image-rendering attribute provides a hint to the browser about how to make speed vs. quality tradeoffs as it performs image processing.
Namespace: Svg
Assembly: Svg.dll
Syntax
[TypeConverter(typeof(SvgImageRenderingConverter))]
public enum SvgImageRendering
Remarks
Not Implemented yet.
Fields
| Name | Description |
|---|---|
| Auto | Indicates that the user agent shall make appropriate tradeoffs to balance speed and quality, but quality shall be given more importance than speed. |
| Inherit | Indicates that the SVG shape rendering properties from the parent will be used. |
| OptimizeQuality | Indicates that the user agent shall emphasize quality over rendering speed. |
| OptimizeSpeed | Indicates that the user agent shall emphasize rendering speed over quality. |