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..ff6778d9871b821d4c13257eff9b185fc66df09f |
| --- /dev/null |
| +++ b/client/html/generated/html/frog/SVGPathSegCurvetoCubicRel.dart |
| @@ -0,0 +1,15 @@ |
| + |
| +class _SVGPathSegCurvetoCubicRelImpl extends _SVGPathSegImpl implements SVGPathSegCurvetoCubicRel native "*SVGPathSegCurvetoCubicRel" { |
| + |
| + num x; |
| + |
| + num x1; |
| + |
| + num x2; |
| + |
| + num y; |
| + |
| + num y1; |
| + |
| + num y2; |
| +} |