mirror of
https://github.com/moodle/moodle.git
synced 2025-01-19 06:18:28 +01:00
13 lines
234 B
JavaScript
13 lines
234 B
JavaScript
YUI.add('graphics-svg-default', function (Y, NAME) {
|
|
|
|
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.18.1');
|