| Index: client/html/generated/html/frog/SVGUnitTypes.dart
|
| diff --git a/client/html/generated/html/frog/SVGUnitTypes.dart b/client/html/generated/html/frog/SVGUnitTypes.dart
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..ab7b599762c02eccbbaf96fe6bf86e1da0b649e3
|
| --- /dev/null
|
| +++ b/client/html/generated/html/frog/SVGUnitTypes.dart
|
| @@ -0,0 +1,9 @@
|
| +
|
| +class _SVGUnitTypesJs implements SVGUnitTypes native "*SVGUnitTypes" {
|
| +
|
| + static final int SVG_UNIT_TYPE_OBJECTBOUNDINGBOX = 2;
|
| +
|
| + static final int SVG_UNIT_TYPE_UNKNOWN = 0;
|
| +
|
| + static final int SVG_UNIT_TYPE_USERSPACEONUSE = 1;
|
| +}
|
|
|