| Index: lib/html/doc/interface/SVGFESpecularLightingElement.dart
|
| diff --git a/lib/html/doc/interface/SVGFESpecularLightingElement.dart b/lib/html/doc/interface/SVGFESpecularLightingElement.dart
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..bfac6510d3e9404401b1e743f44c6eadcd5e29a3
|
| --- /dev/null
|
| +++ b/lib/html/doc/interface/SVGFESpecularLightingElement.dart
|
| @@ -0,0 +1,21 @@
|
| +// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
|
| +// for details. All rights reserved. Use of this source code is governed by a
|
| +// BSD-style license that can be found in the LICENSE file.
|
| +
|
| +// WARNING: Do not edit - generated code.
|
| +
|
| +/// @domName SVGFESpecularLightingElement
|
| +interface SVGFESpecularLightingElement extends SVGElement, SVGFilterPrimitiveStandardAttributes {
|
| +
|
| + /** @domName SVGFESpecularLightingElement.in1 */
|
| + final SVGAnimatedString in1;
|
| +
|
| + /** @domName SVGFESpecularLightingElement.specularConstant */
|
| + final SVGAnimatedNumber specularConstant;
|
| +
|
| + /** @domName SVGFESpecularLightingElement.specularExponent */
|
| + final SVGAnimatedNumber specularExponent;
|
| +
|
| + /** @domName SVGFESpecularLightingElement.surfaceScale */
|
| + final SVGAnimatedNumber surfaceScale;
|
| +}
|
|
|