Represents an <svg> element.
상속: SvgDrawableContainerBaseElement
예제 #1
0
 //==========================================================================
 public SvgDocument(XElement root, SvgReaderOptions options)
 {
     Root    = new SvgSVGElement(this, null, root);
     Options = options;
 }
예제 #2
0
 //==========================================================================
 public SvgDocument(XElement root, SvgReaderOptions options)
 {
     Root    = new SvgSVGElement(this, null, root);
       Options = options;
 }
예제 #3
0
 //==========================================================================
 public SvgDocument(XElement root, SvgReaderOptions options)
 {
     StyleDictionary = new Dictionary <string, IDictionary <string, string> >();
     Root            = new SvgSVGElement(this, null, root);
     Options         = options;
 }