Chromium Code Reviews| Index: client/html/generated/html/frog/SVGPathSegArcAbs.dart |
| diff --git a/client/html/generated/html/frog/SVGPathSegArcAbs.dart b/client/html/generated/html/frog/SVGPathSegArcAbs.dart |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..f79ebe1248f052af1e5e886667617af416d9489b |
| --- /dev/null |
| +++ b/client/html/generated/html/frog/SVGPathSegArcAbs.dart |
| @@ -0,0 +1,17 @@ |
| + |
| +class _SVGPathSegArcAbsImpl extends _SVGPathSegImpl implements SVGPathSegArcAbs native "*SVGPathSegArcAbs" { |
| + |
| + num angle; |
| + |
| + bool largeArcFlag; |
| + |
| + num r1; |
| + |
| + num r2; |
| + |
| + bool sweepFlag; |
| + |
| + num x; |
| + |
| + num y; |
| +} |