| Index: client/html/generated/html/interface/SVGPathSegLinetoHorizontalAbs.dart
|
| diff --git a/client/dom/templates/interface.darttemplate b/client/html/generated/html/interface/SVGPathSegLinetoHorizontalAbs.dart
|
| similarity index 78%
|
| copy from client/dom/templates/interface.darttemplate
|
| copy to client/html/generated/html/interface/SVGPathSegLinetoHorizontalAbs.dart
|
| index 4e092a52e6f8755ebae6d8b72e5ccd9873a6dca2..1506c6b6e86bd6ead23a7c50422bdad3eb9cade6 100644
|
| --- a/client/dom/templates/interface.darttemplate
|
| +++ b/client/html/generated/html/interface/SVGPathSegLinetoHorizontalAbs.dart
|
| @@ -4,5 +4,7 @@
|
|
|
| // WARNING: Do not edit - generated code.
|
|
|
| -interface $ID$!EXTENDS {
|
| -$!MEMBERS}
|
| +interface SVGPathSegLinetoHorizontalAbs extends SVGPathSeg {
|
| +
|
| + num x;
|
| +}
|
|
|