| Index: client/dom/generated/src/frog/SVGTitleElement.dart
|
| diff --git a/client/dom/generated/src/frog/SVGTitleElement.dart b/client/dom/generated/src/frog/SVGTitleElement.dart
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..9bb848a66536ef0e3459efa41f4c01c89aaec11b
|
| --- /dev/null
|
| +++ b/client/dom/generated/src/frog/SVGTitleElement.dart
|
| @@ -0,0 +1,17 @@
|
| +
|
| +class SVGTitleElement extends SVGElement native "SVGTitleElement" {
|
| +
|
| + // From SVGLangSpace
|
| +
|
| + String xmllang;
|
| +
|
| + String xmlspace;
|
| +
|
| + // From SVGStylable
|
| +
|
| + SVGAnimatedString className;
|
| +
|
| + CSSStyleDeclaration style;
|
| +
|
| + CSSValue getPresentationAttribute(String name) native;
|
| +}
|
|
|