| Index: client/html/generated/html/frog/SVGSymbolElement.dart
|
| diff --git a/client/html/generated/html/frog/SVGSymbolElement.dart b/client/html/generated/html/frog/SVGSymbolElement.dart
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..32d5502d4fc087607240af674ba3858050f088a3
|
| --- /dev/null
|
| +++ b/client/html/generated/html/frog/SVGSymbolElement.dart
|
| @@ -0,0 +1,28 @@
|
| +
|
| +class _SVGSymbolElementJs extends _SVGElementJs implements SVGSymbolElement native "*SVGSymbolElement" {
|
| +
|
| + // From SVGLangSpace
|
| +
|
| + String xmllang;
|
| +
|
| + String xmlspace;
|
| +
|
| + // From SVGExternalResourcesRequired
|
| +
|
| + final _SVGAnimatedBooleanJs externalResourcesRequired;
|
| +
|
| + // From SVGStylable
|
| +
|
| + _SVGAnimatedStringJs get _className() native "return this.className;";
|
| +
|
| + // Use implementation from Element.
|
| + // final _CSSStyleDeclarationJs style;
|
| +
|
| + _CSSValueJs getPresentationAttribute(String name) native;
|
| +
|
| + // From SVGFitToViewBox
|
| +
|
| + final _SVGAnimatedPreserveAspectRatioJs preserveAspectRatio;
|
| +
|
| + final _SVGAnimatedRectJs viewBox;
|
| +}
|
|
|