search

goog.graphics.SvgGroupElement

Provided By
Extends
All Implemented Interfaces
warning Deprecated

goog.graphics is deprecated. It existed to abstract over browser differences before the canvas tag was widely supported. See http://en.wikipedia.org/wiki/Canvas_element for details.

Thin wrapper for SVG group elements. You should not construct objects from this constructor. The graphics will return the object for you.

new SvgGroupElement( element, graphics )

Parameters
element(Element|null)

The DOM element to wrap.

graphics(goog.graphics.SvgGraphics|null)

The graphics creating this element.

Instance Methods

Instance Properties