| Index: client/dom/generated/src/frog/SVGColor.dart
|
| diff --git a/client/dom/generated/src/frog/SVGColor.dart b/client/dom/generated/src/frog/SVGColor.dart
|
| index 2f9f97c7a844539e4e2fb6f01e815327f3473461..9f6cb939fe6824174f13d8e8aa22b4b16a288eed 100644
|
| --- a/client/dom/generated/src/frog/SVGColor.dart
|
| +++ b/client/dom/generated/src/frog/SVGColor.dart
|
| @@ -1,6 +1,14 @@
|
|
|
| class SVGColor extends CSSValue native "*SVGColor" {
|
|
|
| + static final int SVG_COLORTYPE_CURRENTCOLOR = 3;
|
| +
|
| + static final int SVG_COLORTYPE_RGBCOLOR = 1;
|
| +
|
| + static final int SVG_COLORTYPE_RGBCOLOR_ICCCOLOR = 2;
|
| +
|
| + static final int SVG_COLORTYPE_UNKNOWN = 0;
|
| +
|
| int colorType;
|
|
|
| RGBColor rgbColor;
|
|
|