| Index: client/dom/generated/src/frog/SVGFESpecularLightingElement.dart
|
| diff --git a/client/dom/generated/src/frog/SVGFESpecularLightingElement.dart b/client/dom/generated/src/frog/SVGFESpecularLightingElement.dart
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..d807db83bf8bd4d1f20350b2291b697e2bcd04b6
|
| --- /dev/null
|
| +++ b/client/dom/generated/src/frog/SVGFESpecularLightingElement.dart
|
| @@ -0,0 +1,31 @@
|
| +
|
| +class SVGFESpecularLightingElement extends SVGElement native "SVGFESpecularLightingElement" {
|
| +
|
| + SVGAnimatedString in1;
|
| +
|
| + SVGAnimatedNumber specularConstant;
|
| +
|
| + SVGAnimatedNumber specularExponent;
|
| +
|
| + SVGAnimatedNumber surfaceScale;
|
| +
|
| + // From SVGFilterPrimitiveStandardAttributes
|
| +
|
| + SVGAnimatedLength height;
|
| +
|
| + SVGAnimatedString result;
|
| +
|
| + SVGAnimatedLength width;
|
| +
|
| + SVGAnimatedLength x;
|
| +
|
| + SVGAnimatedLength y;
|
| +
|
| + // From SVGStylable
|
| +
|
| + SVGAnimatedString className;
|
| +
|
| + CSSStyleDeclaration style;
|
| +
|
| + CSSValue getPresentationAttribute(String name) native;
|
| +}
|
|
|