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