| 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..e4b97cf354c4d4f97d593429257a8b8d2d7eff73
|
| --- /dev/null
|
| +++ b/client/html/generated/html/frog/SVGFEDiffuseLightingElement.dart
|
| @@ -0,0 +1,34 @@
|
| +
|
| +class _SVGFEDiffuseLightingElementJs extends _SVGElementJs implements SVGFEDiffuseLightingElement native "*SVGFEDiffuseLightingElement" {
|
| +
|
| + final _SVGAnimatedNumberJs diffuseConstant;
|
| +
|
| + final _SVGAnimatedStringJs in1;
|
| +
|
| + final _SVGAnimatedNumberJs kernelUnitLengthX;
|
| +
|
| + final _SVGAnimatedNumberJs kernelUnitLengthY;
|
| +
|
| + final _SVGAnimatedNumberJs surfaceScale;
|
| +
|
| + // 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;
|
| +}
|
|
|