Fixed Issue 391: Reorient path is broken in Opera 10/Win/Non-EN and Firefox 1.5/2.0
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1141 eee81c28-f429-11dd-99c0-75d572ba1dddmaster
parent
c249478eed
commit
e4f72cd1ab
|
@ -4099,6 +4099,7 @@ function BatchCommand(text) {
|
|||
if(path == null || path.nodeName != 'path') return false;
|
||||
var tlist = canvas.getTransformList(path);
|
||||
var m = transformListToTransform(tlist).matrix;
|
||||
tlist.clear();
|
||||
path.removeAttribute("transform");
|
||||
var segList = path.pathSegList;
|
||||
|
||||
|
|
Loading…
Reference in New Issue