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

/yui3/src/graphics/js/
H A DSVGGraphic.js3 * `SVGGraphic` is not intended to be used directly. Instead, use the <a href="Graphic.html">`Graphic`</a> class.
5 * class will point to the `SVGGraphic` class.
8 * @class SVGGraphic
11 SVGGraphic = function(cfg) {
12 SVGGraphic.superclass.constructor.apply(this, arguments);
15 SVGGraphic.NAME = "svgGraphic";
17 SVGGraphic.ATTRS = {
247 Y.extend(SVGGraphic, Y.GraphicBase, {
758 Y.SVGGraphic = SVGGraphic;
0 /** function
[all...]

Completed in 17 milliseconds