| Index: client/html/generated/html/interface/SVGLineElement.dart
|
| diff --git a/client/dom/templates/interface.darttemplate b/client/html/generated/html/interface/SVGLineElement.dart
|
| similarity index 50%
|
| copy from client/dom/templates/interface.darttemplate
|
| copy to client/html/generated/html/interface/SVGLineElement.dart
|
| index 4e092a52e6f8755ebae6d8b72e5ccd9873a6dca2..c3259d6b0a36a977d50f8bd9407d58268f3657ed 100644
|
| --- a/client/dom/templates/interface.darttemplate
|
| +++ b/client/html/generated/html/interface/SVGLineElement.dart
|
| @@ -4,5 +4,13 @@
|
|
|
| // WARNING: Do not edit - generated code.
|
|
|
| -interface $ID$!EXTENDS {
|
| -$!MEMBERS}
|
| +interface SVGLineElement extends SVGElement, SVGTests, SVGLangSpace, SVGExternalResourcesRequired, SVGStylable, SVGTransformable {
|
| +
|
| + final SVGAnimatedLength x1;
|
| +
|
| + final SVGAnimatedLength x2;
|
| +
|
| + final SVGAnimatedLength y1;
|
| +
|
| + final SVGAnimatedLength y2;
|
| +}
|
|
|