| Index: client/dom/generated/src/frog/SVGTextContentElement.dart
|
| diff --git a/client/dom/generated/src/frog/SVGTextContentElement.dart b/client/dom/generated/src/frog/SVGTextContentElement.dart
|
| index 1b2d4cae82c9a427b23f53be28c13db20be46430..def7bf0d672f941f4621867047e4389234ae20e6 100644
|
| --- a/client/dom/generated/src/frog/SVGTextContentElement.dart
|
| +++ b/client/dom/generated/src/frog/SVGTextContentElement.dart
|
| @@ -1,5 +1,5 @@
|
|
|
| -class SVGTextContentElementJS extends SVGElementJS implements SVGTextContentElement native "*SVGTextContentElement" {
|
| +class SVGTextContentElementJs extends SVGElementJs implements SVGTextContentElement native "*SVGTextContentElement" {
|
|
|
| static final int LENGTHADJUST_SPACING = 1;
|
|
|
| @@ -7,23 +7,23 @@ class SVGTextContentElementJS extends SVGElementJS implements SVGTextContentElem
|
|
|
| static final int LENGTHADJUST_UNKNOWN = 0;
|
|
|
| - SVGAnimatedEnumerationJS get lengthAdjust() native "return this.lengthAdjust;";
|
| + SVGAnimatedEnumerationJs get lengthAdjust() native "return this.lengthAdjust;";
|
|
|
| - SVGAnimatedLengthJS get textLength() native "return this.textLength;";
|
| + SVGAnimatedLengthJs get textLength() native "return this.textLength;";
|
|
|
| - int getCharNumAtPosition(SVGPointJS point) native;
|
| + int getCharNumAtPosition(SVGPointJs point) native;
|
|
|
| num getComputedTextLength() native;
|
|
|
| - SVGPointJS getEndPositionOfChar(int offset) native;
|
| + SVGPointJs getEndPositionOfChar(int offset) native;
|
|
|
| - SVGRectJS getExtentOfChar(int offset) native;
|
| + SVGRectJs getExtentOfChar(int offset) native;
|
|
|
| int getNumberOfChars() native;
|
|
|
| num getRotationOfChar(int offset) native;
|
|
|
| - SVGPointJS getStartPositionOfChar(int offset) native;
|
| + SVGPointJs getStartPositionOfChar(int offset) native;
|
|
|
| num getSubStringLength(int offset, int length) native;
|
|
|
| @@ -31,11 +31,11 @@ class SVGTextContentElementJS extends SVGElementJS implements SVGTextContentElem
|
|
|
| // From SVGTests
|
|
|
| - SVGStringListJS get requiredExtensions() native "return this.requiredExtensions;";
|
| + SVGStringListJs get requiredExtensions() native "return this.requiredExtensions;";
|
|
|
| - SVGStringListJS get requiredFeatures() native "return this.requiredFeatures;";
|
| + SVGStringListJs get requiredFeatures() native "return this.requiredFeatures;";
|
|
|
| - SVGStringListJS get systemLanguage() native "return this.systemLanguage;";
|
| + SVGStringListJs get systemLanguage() native "return this.systemLanguage;";
|
|
|
| bool hasExtension(String extension) native;
|
|
|
| @@ -51,13 +51,13 @@ class SVGTextContentElementJS extends SVGElementJS implements SVGTextContentElem
|
|
|
| // From SVGExternalResourcesRequired
|
|
|
| - SVGAnimatedBooleanJS get externalResourcesRequired() native "return this.externalResourcesRequired;";
|
| + SVGAnimatedBooleanJs get externalResourcesRequired() native "return this.externalResourcesRequired;";
|
|
|
| // From SVGStylable
|
|
|
| - SVGAnimatedStringJS get className() native "return this.className;";
|
| + SVGAnimatedStringJs get className() native "return this.className;";
|
|
|
| - CSSStyleDeclarationJS get style() native "return this.style;";
|
| + CSSStyleDeclarationJs get style() native "return this.style;";
|
|
|
| - CSSValueJS getPresentationAttribute(String name) native;
|
| + CSSValueJs getPresentationAttribute(String name) native;
|
| }
|
|
|