search

goog.graphics.SvgImageElement

Provided By
Extends
All Implemented Interfaces

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.

new SvgImageElement( 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