Index: client/html/generated/html/frog/SVGGlyphRefElement.dart |
diff --git a/client/html/generated/html/frog/SVGGlyphRefElement.dart b/client/html/generated/html/frog/SVGGlyphRefElement.dart |
deleted file mode 100644 |
index 1e78f85c538e1bd7a3b71a49d4f61f07893775b7..0000000000000000000000000000000000000000 |
--- a/client/html/generated/html/frog/SVGGlyphRefElement.dart |
+++ /dev/null |
@@ -1,28 +0,0 @@ |
- |
-class _SVGGlyphRefElementImpl extends _SVGElementImpl implements SVGGlyphRefElement native "*SVGGlyphRefElement" { |
- |
- num dx; |
- |
- num dy; |
- |
- String format; |
- |
- String glyphRef; |
- |
- num x; |
- |
- num y; |
- |
- // From SVGURIReference |
- |
- final _SVGAnimatedStringImpl href; |
- |
- // From SVGStylable |
- |
- _SVGAnimatedStringImpl get _svgClassName() native "return this.className;"; |
- |
- // Use implementation from Element. |
- // final _CSSStyleDeclarationImpl style; |
- |
- _CSSValueImpl getPresentationAttribute(String name) native; |
-} |