Setting the Resolution property of GcBitmapGraphics, GcWicBitmapGraphics and GcD2DBitmapGraphics to a value other than 96 now throws an exception.
New Features and Improvements
Added the GcSvgGraphics class, which represents a graphics object that can be used to draw on a GcSvgDocument. The GcSvgGraphics.ToSvgDocument() method can be used to create a GcSvgDocument from graphics.
Added SvgElement.ShapeRendering property to get or set a hint to the implementation about what tradeoffs to make as it renders vector graphics elements.
Added SvgElement.ImageRendering property to get or set a hint to the implementation about how to make speed versus quality tradeoffs as it performs image processing.