svggraphics.js
No description.

File Location

/goog/graphics/svggraphics.js

Classes

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

Public Protected Private

Global Functions

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

Directory graphics

File Reference