diff --git a/editor/svgcanvas.js b/editor/svgcanvas.js index f0a24e5f..2e8213d5 100644 --- a/editor/svgcanvas.js +++ b/editor/svgcanvas.js @@ -1910,11 +1910,14 @@ const mouseDown = function (evt) { } } break; - } case 'fhellipse': + } + case 'fhellipse': case 'fhrect': case 'fhpath': start.x = realX; start.y = realY; + controllPoint1 = {x: 0, y: 0}; + controllPoint2 = {x: 0, y: 0}; started = true; dAttr = realX + ',' + realY + ' '; // Commented out as doing nothing now: