Really fix rotation of poly point grips when there are multiple paths with some rotated
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@513 eee81c28-f429-11dd-99c0-75d572ba1dddmaster
parent
b05937aabc
commit
abdafedeae
|
@ -1748,6 +1748,8 @@ function SvgCanvas(c)
|
|||
addPointGripToPoly(current_poly_pts[i], current_poly_pts[i+1],i/2);
|
||||
}
|
||||
}
|
||||
var pointGripContainer = document.getElementById("polypointgrip_container");
|
||||
pointGripContainer.setAttribute("transform", current_poly.getAttribute("transform"));
|
||||
};
|
||||
|
||||
var addPointGripToPoly = function(x,y,index) {
|
||||
|
|
Loading…
Reference in New Issue