| Index: lib/html/doc/interface/SVGUnitTypes.dart
|
| diff --git a/lib/html/doc/interface/SVGUnitTypes.dart b/lib/html/doc/interface/SVGUnitTypes.dart
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..177664caa5b38b11bdfdbc1f68e4a4036928369b
|
| --- /dev/null
|
| +++ b/lib/html/doc/interface/SVGUnitTypes.dart
|
| @@ -0,0 +1,15 @@
|
| +// 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 SVGUnitTypes
|
| +interface SVGUnitTypes {
|
| +
|
| + static final int SVG_UNIT_TYPE_OBJECTBOUNDINGBOX = 2;
|
| +
|
| + static final int SVG_UNIT_TYPE_UNKNOWN = 0;
|
| +
|
| + static final int SVG_UNIT_TYPE_USERSPACEONUSE = 1;
|
| +}
|
|
|