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