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 |
new file mode 100644 |
index 0000000000000000000000000000000000000000..8d8b518028f94247fc27be3f3c21c0ed91fd94db |
--- /dev/null |
+++ b/client/html/generated/html/frog/SVGFEDiffuseLightingElement.dart |
@@ -0,0 +1,34 @@ |
+ |
+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 _className() native "return this.className;"; |
+ |
+ // Use implementation from Element. |
+ // final _CSSStyleDeclarationImpl style; |
+ |
+ _CSSValueImpl getPresentationAttribute(String name) native; |
+} |