| 12345678 |
- /*
- 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(a){a.Graphic=a.SVGGraphic;a.Shape=a.SVGShape;a.Circle=a.SVGCircle;a.Rect=a.SVGRect;a.Ellipse=a.SVGEllipse;a.Path=a.SVGPath;a.Drawing=a.SVGDrawing;},"3.4.0",{skinnable:false});
|