TinyLine
v2.0

com.tinyline.svg
Class SVGSVGElem

java.lang.Object
  extended bycom.tinyline.svg.SVGNode
      extended bycom.tinyline.svg.SVGGroupElem
          extended bycom.tinyline.svg.SVGSVGElem

public class SVGSVGElem
extends SVGGroupElem

The SVGSVGElem class implements the 'svg' element.

An SVG document fragment consists of any number of SVG elements contained within an 'svg' element.

An SVG document fragment can range from an empty fragment (i.e., no content inside of the 'svg' element), to a very simple SVG document fragment containing a single SVG graphics element such as a 'rect', to a complex, deeply nested collection of container elements and graphics elements.

Attribute definitions: