| Index: client/dom/generated/src/frog/SVGMarkerElement.dart
|
| diff --git a/client/dom/generated/src/frog/SVGMarkerElement.dart b/client/dom/generated/src/frog/SVGMarkerElement.dart
|
| index e4a0df8c4b1814a7bc0fe96c3d43f1ec3d576fd4..8844cf2d889ab270ce31c736dd68842aae7522f9 100644
|
| --- a/client/dom/generated/src/frog/SVGMarkerElement.dart
|
| +++ b/client/dom/generated/src/frog/SVGMarkerElement.dart
|
| @@ -1,6 +1,18 @@
|
|
|
| class SVGMarkerElement extends SVGElement native "*SVGMarkerElement" {
|
|
|
| + static final int SVG_MARKERUNITS_STROKEWIDTH = 2;
|
| +
|
| + static final int SVG_MARKERUNITS_UNKNOWN = 0;
|
| +
|
| + static final int SVG_MARKERUNITS_USERSPACEONUSE = 1;
|
| +
|
| + static final int SVG_MARKER_ORIENT_ANGLE = 2;
|
| +
|
| + static final int SVG_MARKER_ORIENT_AUTO = 1;
|
| +
|
| + static final int SVG_MARKER_ORIENT_UNKNOWN = 0;
|
| +
|
| SVGAnimatedLength markerHeight;
|
|
|
| SVGAnimatedEnumeration markerUnits;
|
|
|