//========================================================================== public SvgDocument(XElement root, SvgReaderOptions options) { Root = new SvgSVGElement(this, null, root); Options = options; }
//========================================================================== public SvgDocument(XElement root, SvgReaderOptions options) { StyleDictionary = new Dictionary <string, IDictionary <string, string> >(); Root = new SvgSVGElement(this, null, root); Options = options; }