diff --git a/editor/svgcanvas.js b/editor/svgcanvas.js index 7ff5574a..a5d1b1d6 100644 --- a/editor/svgcanvas.js +++ b/editor/svgcanvas.js @@ -1368,6 +1368,8 @@ var SelectorManager; // if skewed, get its transformed box, then find its axis-aligned bbox //* + offset *= current_zoom; + var nbox = transformBox(l*current_zoom, t*current_zoom, w*current_zoom, h*current_zoom, m), aabox = nbox.aabox, nbax = aabox.x - offset,