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});