| Index: client/html/generated/html/interface/SVGFilterPrimitiveStandardAttributes.dart
|
| diff --git a/client/dom/templates/interface.darttemplate b/client/html/generated/html/interface/SVGFilterPrimitiveStandardAttributes.dart
|
| similarity index 52%
|
| copy from client/dom/templates/interface.darttemplate
|
| copy to client/html/generated/html/interface/SVGFilterPrimitiveStandardAttributes.dart
|
| index 4e092a52e6f8755ebae6d8b72e5ccd9873a6dca2..8aa8f3813f9ec4ccc5a738037c16e8722ad1881d 100644
|
| --- a/client/dom/templates/interface.darttemplate
|
| +++ b/client/html/generated/html/interface/SVGFilterPrimitiveStandardAttributes.dart
|
| @@ -4,5 +4,15 @@
|
|
|
| // WARNING: Do not edit - generated code.
|
|
|
| -interface $ID$!EXTENDS {
|
| -$!MEMBERS}
|
| +interface SVGFilterPrimitiveStandardAttributes extends SVGStylable {
|
| +
|
| + final SVGAnimatedLength height;
|
| +
|
| + final SVGAnimatedString result;
|
| +
|
| + final SVGAnimatedLength width;
|
| +
|
| + final SVGAnimatedLength x;
|
| +
|
| + final SVGAnimatedLength y;
|
| +}
|
|
|