| Index: client/dom/generated/src/frog/SVGTransform.dart
|
| diff --git a/client/dom/generated/src/frog/SVGTransform.dart b/client/dom/generated/src/frog/SVGTransform.dart
|
| deleted file mode 100644
|
| index e3c88f226708b415d4876e69cb83db00e0980ec0..0000000000000000000000000000000000000000
|
| --- a/client/dom/generated/src/frog/SVGTransform.dart
|
| +++ /dev/null
|
| @@ -1,35 +0,0 @@
|
| -
|
| -class _SVGTransformJs extends _DOMTypeJs implements SVGTransform native "*SVGTransform" {
|
| -
|
| - static final int SVG_TRANSFORM_MATRIX = 1;
|
| -
|
| - static final int SVG_TRANSFORM_ROTATE = 4;
|
| -
|
| - static final int SVG_TRANSFORM_SCALE = 3;
|
| -
|
| - static final int SVG_TRANSFORM_SKEWX = 5;
|
| -
|
| - static final int SVG_TRANSFORM_SKEWY = 6;
|
| -
|
| - static final int SVG_TRANSFORM_TRANSLATE = 2;
|
| -
|
| - static final int SVG_TRANSFORM_UNKNOWN = 0;
|
| -
|
| - final num angle;
|
| -
|
| - final _SVGMatrixJs matrix;
|
| -
|
| - final int type;
|
| -
|
| - void setMatrix(_SVGMatrixJs matrix) native;
|
| -
|
| - void setRotate(num angle, num cx, num cy) native;
|
| -
|
| - void setScale(num sx, num sy) native;
|
| -
|
| - void setSkewX(num angle) native;
|
| -
|
| - void setSkewY(num angle) native;
|
| -
|
| - void setTranslate(num tx, num ty) native;
|
| -}
|
|
|