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-75d572ba1ddd
master
Alexis Deveria 2010-01-04 14:51:24 +00:00
parent c249478eed
commit e4f72cd1ab
1 changed files with 1 additions and 0 deletions

View File

@ -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;