Dashboard sipadu mbip
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

graphics-svg-default-debug.js 415B

12345678910111213141516171819
  1. /*
  2. Copyright (c) 2010, Yahoo! Inc. All rights reserved.
  3. Code licensed under the BSD License:
  4. http://developer.yahoo.com/yui/license.html
  5. version: 3.4.0
  6. build: nightly
  7. */
  8. YUI.add('graphics-svg-default', function(Y) {
  9. Y.Graphic = Y.SVGGraphic;
  10. Y.Shape = Y.SVGShape;
  11. Y.Circle = Y.SVGCircle;
  12. Y.Rect = Y.SVGRect;
  13. Y.Ellipse = Y.SVGEllipse;
  14. Y.Path = Y.SVGPath;
  15. Y.Drawing = Y.SVGDrawing;
  16. }, '3.4.0' ,{skinnable:false});