| Index: client/html/generated/html/interface/SVGGlyphRefElement.dart
|
| diff --git a/client/dom/templates/interface.darttemplate b/client/html/generated/html/interface/SVGGlyphRefElement.dart
|
| similarity index 61%
|
| copy from client/dom/templates/interface.darttemplate
|
| copy to client/html/generated/html/interface/SVGGlyphRefElement.dart
|
| index 4e092a52e6f8755ebae6d8b72e5ccd9873a6dca2..b8e1cb63e9475e8c63400e4b72ce20365bd5f3b2 100644
|
| --- a/client/dom/templates/interface.darttemplate
|
| +++ b/client/html/generated/html/interface/SVGGlyphRefElement.dart
|
| @@ -4,5 +4,17 @@
|
|
|
| // WARNING: Do not edit - generated code.
|
|
|
| -interface $ID$!EXTENDS {
|
| -$!MEMBERS}
|
| +interface SVGGlyphRefElement extends SVGElement, SVGURIReference, SVGStylable {
|
| +
|
| + num dx;
|
| +
|
| + num dy;
|
| +
|
| + String format;
|
| +
|
| + String glyphRef;
|
| +
|
| + num x;
|
| +
|
| + num y;
|
| +}
|
|
|