| Index: client/dom/generated/src/frog/SVGGlyphRefElement.dart
|
| diff --git a/client/dom/generated/src/frog/SVGGlyphRefElement.dart b/client/dom/generated/src/frog/SVGGlyphRefElement.dart
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..b794acc48dc6f5bdeaaa2139cef1566cf0a1f988
|
| --- /dev/null
|
| +++ b/client/dom/generated/src/frog/SVGGlyphRefElement.dart
|
| @@ -0,0 +1,27 @@
|
| +
|
| +class SVGGlyphRefElement extends SVGElement native "SVGGlyphRefElement" {
|
| +
|
| + num dx;
|
| +
|
| + num dy;
|
| +
|
| + String format;
|
| +
|
| + String glyphRef;
|
| +
|
| + num x;
|
| +
|
| + num y;
|
| +
|
| + // From SVGURIReference
|
| +
|
| + SVGAnimatedString href;
|
| +
|
| + // From SVGStylable
|
| +
|
| + SVGAnimatedString className;
|
| +
|
| + CSSStyleDeclaration style;
|
| +
|
| + CSSValue getPresentationAttribute(String name) native;
|
| +}
|
|
|