|
Ultima modificación |
Ver Log
|
Rev |
Autor |
Línea Nro. |
Línea |
1 |
efrain |
1 |
YUI.add('graphics-svg-default', function (Y, NAME) {
|
|
|
2 |
|
|
|
3 |
Y.Graphic = Y.SVGGraphic;
|
|
|
4 |
Y.Shape = Y.SVGShape;
|
|
|
5 |
Y.Circle = Y.SVGCircle;
|
|
|
6 |
Y.Rect = Y.SVGRect;
|
|
|
7 |
Y.Ellipse = Y.SVGEllipse;
|
|
|
8 |
Y.Path = Y.SVGPath;
|
|
|
9 |
Y.Drawing = Y.SVGDrawing;
|
|
|
10 |
|
|
|
11 |
|
|
|
12 |
}, '3.18.1');
|