Cross Reference: graphics-svg-default-debug.js
xref
: /
yui3
/
build
/
graphics-svg-default
/
graphics-svg-default-debug.js
Home
History
Annotate
Line#
Navigate
Download
Search
only in
./
YUI
.
add
(
'graphics-svg-default'
,
function
(Y) {
Y.
Graphic
= Y.
SVGGraphic
;
Y.
Shape
= Y.
SVGShape
;
Y.
Circle
= Y.
SVGCircle
;
Y.
Rect
= Y.
SVGRect
;
Y.
Ellipse
= Y.
SVGEllipse
;
Y.
Path
= Y.
SVGPath
;
Y.
Drawing
= Y.
SVGDrawing
;
},
'@VERSION@'
,{
skinnable
:
false
});