| 12345678910111213141516171819 |
- /*
- Copyright (c) 2010, Yahoo! Inc. All rights reserved.
- Code licensed under the BSD License:
- http://developer.yahoo.com/yui/license.html
- version: 3.4.0
- build: nightly
- */
- 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;
-
-
- }, '3.4.0' ,{skinnable:false});
|