Fixed fatal bug

git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1542 eee81c28-f429-11dd-99c0-75d572ba1ddd
This commit is contained in:
Alexis Deveria
2010-04-23 17:10:34 +00:00
parent 4563fa0dc9
commit 20c6001a72

View File

@@ -5941,9 +5941,8 @@ function BatchCommand(text) {
case 3: // relative move (m)
// If the last segment was a "z", this must be relative to
if(last_m && segList.getItem(i-1).pathSegType === 1 && !toRel) {
curx = last_m[0];
cury = last_m[1];
}
curx = last_m[0];
cury = last_m[1];
}
case 19: // relative smooth quad (t)