svggraphics.js
SvgGraphics sub class that uses SVG to draw the graphics.

File Location

graphics/svggraphics.js

Classes

goog.graphics.SvgGraphics
A Graphics implementation for drawing using SVG.

Public Protected Private

Global Functions

goog.graphics.SvgGraphics.getResizeCheckTimer_()
No description.
Returns:   The centralized timer object used for interval timing.
code »
goog.graphics.SvgGraphics.getSvgPath(path)
Returns a string representation of a logical path suitable for use in an SVG element.
Arguments:
path :
The logical path.
Returns:   The SVG path representation.
code »

Global Properties

goog.graphics.SvgGraphics.DEF_ID_PREFIX_ :
The name prefix for def entries
Code »
goog.graphics.SvgGraphics.SVG_NS_ :
The SVG namespace URN
Code »
goog.graphics.SvgGraphics.nextDefId_ :
The next available unique identifier for a def entry. This is a static variable, so that when multiple graphics are used in one document, the same def id can not be re-defined by another SvgGraphics.
Code »

Directory graphics

File Reference