Attempts to open an SVG document from the specified XmlReader.
public static T Open<T>(XmlReader reader) where T : SvgDocument, new()
The XmlReader containing the SVG document to open.