svgelement.js
Thin wrappers around the DOM element returned from the different draw methods of the graphics. This is the SVG implementation.

File Location

graphics/svgelement.js

Classes

goog.graphics.SvgGroupElement
Thin wrapper for SVG group elements. You should not construct objects from this constructor. The graphics will return the object for you.
goog.graphics.SvgEllipseElement
Thin wrapper for SVG ellipse elements. This is an implementation of the goog.graphics.EllipseElement interface. You should not construct objects from this constructor. The graphics will return the object for you.
goog.graphics.SvgRectElement
Thin wrapper for SVG rectangle elements. This is an implementation of the goog.graphics.RectElement interface. You should not construct objects from this constructor. The graphics will return the object for you.
goog.graphics.SvgPathElement
Thin wrapper for SVG path elements. This is an implementation of the goog.graphics.PathElement interface. You should not construct objects from this constructor. The graphics will return the object for you.
goog.graphics.SvgTextElement
Thin wrapper for SVG text elements. This is an implementation of the goog.graphics.TextElement interface. You should not construct objects from this constructor. The graphics will return the object for you.
goog.graphics.SvgImageElement
Thin wrapper for SVG image elements. This is an implementation of the goog.graphics.ImageElement interface. You should not construct objects from this constructor. The graphics will return the object for you.

Directory graphics

File Reference