| Index: lib/html/doc/interface/SVGPatternElement.dart
|
| diff --git a/lib/html/doc/interface/SVGPatternElement.dart b/lib/html/doc/interface/SVGPatternElement.dart
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..262f06c31a0f78dd1d0119cff9622c23bf5aac3d
|
| --- /dev/null
|
| +++ b/lib/html/doc/interface/SVGPatternElement.dart
|
| @@ -0,0 +1,30 @@
|
| +// 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 SVGPatternElement
|
| +interface SVGPatternElement extends SVGElement, SVGURIReference, SVGTests, SVGLangSpace, SVGExternalResourcesRequired, SVGStylable, SVGFitToViewBox {
|
| +
|
| + /** @domName SVGPatternElement.height */
|
| + final SVGAnimatedLength height;
|
| +
|
| + /** @domName SVGPatternElement.patternContentUnits */
|
| + final SVGAnimatedEnumeration patternContentUnits;
|
| +
|
| + /** @domName SVGPatternElement.patternTransform */
|
| + final SVGAnimatedTransformList patternTransform;
|
| +
|
| + /** @domName SVGPatternElement.patternUnits */
|
| + final SVGAnimatedEnumeration patternUnits;
|
| +
|
| + /** @domName SVGPatternElement.width */
|
| + final SVGAnimatedLength width;
|
| +
|
| + /** @domName SVGPatternElement.x */
|
| + final SVGAnimatedLength x;
|
| +
|
| + /** @domName SVGPatternElement.y */
|
| + final SVGAnimatedLength y;
|
| +}
|
|
|