From e82ccf8f1851d32a4fb2a13ea2b753c4cf167677 Mon Sep 17 00:00:00 2001 From: Alexis Deveria Date: Mon, 31 Aug 2009 20:05:52 +0000 Subject: [PATCH] Fixed grip cursor update for multiple rotated elements git-svn-id: http://svg-edit.googlecode.com/svn/trunk@515 eee81c28-f429-11dd-99c0-75d572ba1ddd --- editor/svgcanvas.js | 1 + 1 file changed, 1 insertion(+) diff --git a/editor/svgcanvas.js b/editor/svgcanvas.js index d0784feb..234484c4 100644 --- a/editor/svgcanvas.js +++ b/editor/svgcanvas.js @@ -284,6 +284,7 @@ function SvgCanvas(c) for (dir in this.selectorGrips) { this.selectorGrips[dir].setAttribute("display", bShow); } + if(elem) this.updateGripCursors(canvas.getRotationAngle(elem)); }; // Updates cursors for corner grips on rotation so arrows point the right way