NOBUG: Fixed file access permissions
[moodle.git] / lib / yuilib / 3.13.0 / graphics-svg-default / graphics-svg-default-debug.js
blob980aa0db8511b258f7a673b6543f3ff2d4b79fc5
1 /*
2 YUI 3.13.0 (build 508226d)
3 Copyright 2013 Yahoo! Inc. All rights reserved.
4 Licensed under the BSD License.
5 http://yuilibrary.com/license/
6 */
8 YUI.add('graphics-svg-default', function (Y, NAME) {
10 Y.Graphic = Y.SVGGraphic;
11 Y.Shape = Y.SVGShape;
12 Y.Circle = Y.SVGCircle;
13 Y.Rect = Y.SVGRect;
14 Y.Ellipse = Y.SVGEllipse;
15 Y.Path = Y.SVGPath;
16 Y.Drawing = Y.SVGDrawing;
19 }, '3.13.0');