Chromium Code Reviews| Index: client/html/generated/html/frog/SVGPathSegCurvetoCubicAbs.dart |
| diff --git a/client/html/generated/html/frog/SVGPathSegCurvetoCubicAbs.dart b/client/html/generated/html/frog/SVGPathSegCurvetoCubicAbs.dart |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..d9b28fdb9a9e33abc20cfe21c10da12d792a38ed |
| --- /dev/null |
| +++ b/client/html/generated/html/frog/SVGPathSegCurvetoCubicAbs.dart |
| @@ -0,0 +1,15 @@ |
| + |
| +class _SVGPathSegCurvetoCubicAbsJs extends _SVGPathSegJs implements SVGPathSegCurvetoCubicAbs native "*SVGPathSegCurvetoCubicAbs" { |
| + |
| + num x; |
| + |
| + num x1; |
| + |
| + num x2; |
| + |
| + num y; |
| + |
| + num y1; |
| + |
| + num y2; |
| +} |