The image-rendering attribute provides a hint to the browser about how to make speed vs. quality tradeoffs as it performs image processing.
[TypeConverter(typeof(SvgImageRenderingConverter))]
public enum SvgImageRendering
Not Implemented yet.
kind:method, kind:property, kind:ctor. Press Esc to clear.AutoIndicates that the user agent shall make appropriate tradeoffs to balance speed and quality, but quality shall be given more importance than speed.InheritIndicates that the SVG shape rendering properties from the parent will be used.OptimizeQualityIndicates that the user agent shall emphasize quality over rendering speed.OptimizeSpeedIndicates that the user agent shall emphasize rendering speed over quality.