| Index: client/html/generated/html/dartium/SVGFESpotLightElement.dart
|
| diff --git a/client/html/generated/html/dartium/SVGFESpotLightElement.dart b/client/html/generated/html/dartium/SVGFESpotLightElement.dart
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..a128e744db7179a2ab490301034fe40c062dd125
|
| --- /dev/null
|
| +++ b/client/html/generated/html/dartium/SVGFESpotLightElement.dart
|
| @@ -0,0 +1,20 @@
|
| +
|
| +class _SVGFESpotLightElementImpl extends _SVGElementImpl implements SVGFESpotLightElement {
|
| + _SVGFESpotLightElementImpl._wrap(ptr) : super._wrap(ptr);
|
| +
|
| + SVGAnimatedNumber get limitingConeAngle() => _wrap(_ptr.limitingConeAngle);
|
| +
|
| + SVGAnimatedNumber get pointsAtX() => _wrap(_ptr.pointsAtX);
|
| +
|
| + SVGAnimatedNumber get pointsAtY() => _wrap(_ptr.pointsAtY);
|
| +
|
| + SVGAnimatedNumber get pointsAtZ() => _wrap(_ptr.pointsAtZ);
|
| +
|
| + SVGAnimatedNumber get specularExponent() => _wrap(_ptr.specularExponent);
|
| +
|
| + SVGAnimatedNumber get x() => _wrap(_ptr.x);
|
| +
|
| + SVGAnimatedNumber get y() => _wrap(_ptr.y);
|
| +
|
| + SVGAnimatedNumber get z() => _wrap(_ptr.z);
|
| +}
|
|
|