| Index: client/dom/generated/src/frog/SVGRenderingIntent.dart
|
| diff --git a/client/dom/generated/src/frog/SVGRenderingIntent.dart b/client/dom/generated/src/frog/SVGRenderingIntent.dart
|
| index 67bee63296fbcc7a61c29f3145924ec8acd381a9..1f403663572a4ce0efcf4ed23c24826ce8d483b0 100644
|
| --- a/client/dom/generated/src/frog/SVGRenderingIntent.dart
|
| +++ b/client/dom/generated/src/frog/SVGRenderingIntent.dart
|
| @@ -1,6 +1,18 @@
|
|
|
| class SVGRenderingIntent native "*SVGRenderingIntent" {
|
|
|
| + static final int RENDERING_INTENT_ABSOLUTE_COLORIMETRIC = 5;
|
| +
|
| + static final int RENDERING_INTENT_AUTO = 1;
|
| +
|
| + static final int RENDERING_INTENT_PERCEPTUAL = 2;
|
| +
|
| + static final int RENDERING_INTENT_RELATIVE_COLORIMETRIC = 3;
|
| +
|
| + static final int RENDERING_INTENT_SATURATION = 4;
|
| +
|
| + static final int RENDERING_INTENT_UNKNOWN = 0;
|
| +
|
| var dartObjectLocalStorage;
|
|
|
| String get typeName() native;
|
|
|