| Index: client/html/generated/html/frog/SVGFEMergeElement.dart
|
| diff --git a/client/html/generated/html/frog/SVGFEMergeElement.dart b/client/html/generated/html/frog/SVGFEMergeElement.dart
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..8336656f61e5ea083263ddb7b189f43fff8434a4
|
| --- /dev/null
|
| +++ b/client/html/generated/html/frog/SVGFEMergeElement.dart
|
| @@ -0,0 +1,24 @@
|
| +
|
| +class _SVGFEMergeElementJs extends _SVGElementJs implements SVGFEMergeElement native "*SVGFEMergeElement" {
|
| +
|
| + // From SVGFilterPrimitiveStandardAttributes
|
| +
|
| + final _SVGAnimatedLengthJs height;
|
| +
|
| + final _SVGAnimatedStringJs result;
|
| +
|
| + final _SVGAnimatedLengthJs width;
|
| +
|
| + final _SVGAnimatedLengthJs x;
|
| +
|
| + final _SVGAnimatedLengthJs y;
|
| +
|
| + // From SVGStylable
|
| +
|
| + _SVGAnimatedStringJs get _className() native "return this.className;";
|
| +
|
| + // Use implementation from Element.
|
| + // final _CSSStyleDeclarationJs style;
|
| +
|
| + _CSSValueJs getPresentationAttribute(String name) native;
|
| +}
|
|
|