Searched defs:SVGPath (Results 1 - 1 of 1) sorted by relevance

/yui3/src/graphics/js/
H A DSVGPath.js3 * `SVGPath` is not intended to be used directly. Instead, use the <a href="Path.html">`Path`</a> class.
5 * class will point to the `SVGPath` class.
8 * @class SVGPath
12 SVGPath = function(cfg)
14 SVGPath.superclass.constructor.apply(this, arguments);
16 SVGPath.NAME = "svgPath";
17 Y.extend(SVGPath, Y.SVGShape, {
74 SVGPath.ATTRS = Y.merge(Y.SVGShape.ATTRS, {
118 Y.SVGPath = SVGPath;
0 /** function
[all...]

Completed in 16 milliseconds