Index: client/html/generated/html/frog/SVGFEDiffuseLightingElement.dart |
diff --git a/client/html/generated/html/frog/SVGFEDiffuseLightingElement.dart b/client/html/generated/html/frog/SVGFEDiffuseLightingElement.dart |
deleted file mode 100644 |
index dc08ea91ea30c01096654eb25551a7484eb7e946..0000000000000000000000000000000000000000 |
--- a/client/html/generated/html/frog/SVGFEDiffuseLightingElement.dart |
+++ /dev/null |
@@ -1,34 +0,0 @@ |
- |
-class _SVGFEDiffuseLightingElementImpl extends _SVGElementImpl implements SVGFEDiffuseLightingElement native "*SVGFEDiffuseLightingElement" { |
- |
- final _SVGAnimatedNumberImpl diffuseConstant; |
- |
- final _SVGAnimatedStringImpl in1; |
- |
- final _SVGAnimatedNumberImpl kernelUnitLengthX; |
- |
- final _SVGAnimatedNumberImpl kernelUnitLengthY; |
- |
- final _SVGAnimatedNumberImpl surfaceScale; |
- |
- // From SVGFilterPrimitiveStandardAttributes |
- |
- final _SVGAnimatedLengthImpl height; |
- |
- final _SVGAnimatedStringImpl result; |
- |
- final _SVGAnimatedLengthImpl width; |
- |
- final _SVGAnimatedLengthImpl x; |
- |
- final _SVGAnimatedLengthImpl y; |
- |
- // From SVGStylable |
- |
- _SVGAnimatedStringImpl get _svgClassName() native "return this.className;"; |
- |
- // Use implementation from Element. |
- // final _CSSStyleDeclarationImpl style; |
- |
- _CSSValueImpl getPresentationAttribute(String name) native; |
-} |