| Index: lib/html/doc/interface/SVGPolygonElement.dartdoc
|
| diff --git a/lib/html/doc/interface/SVGPolygonElement.dartdoc b/lib/html/doc/interface/SVGPolygonElement.dartdoc
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..c544204e84454a00dc28308d0a392d433af1772d
|
| --- /dev/null
|
| +++ b/lib/html/doc/interface/SVGPolygonElement.dartdoc
|
| @@ -0,0 +1,17 @@
|
| +// 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:
|
| +// This file contains documentation that is merged into the real source.
|
| +// Do not make code changes here.
|
| +
|
| +/// @domName SVGPolygonElement
|
| +interface SVGPolygonElement extends SVGElement, SVGTests, SVGLangSpace, SVGExternalResourcesRequired, SVGStylable, SVGTransformable {
|
| +
|
| + /** @domName SVGPolygonElement.animatedPoints */
|
| + final SVGPointList animatedPoints;
|
| +
|
| + /** @domName SVGPolygonElement.points */
|
| + final SVGPointList points;
|
| +}
|
|
|