Fix issue 937
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@2071 eee81c28-f429-11dd-99c0-75d572ba1dddmaster
parent
168eed7944
commit
f2c76b4b39
|
@ -348,7 +348,6 @@ svgedit.utilities.getPathBBox = function(path) {
|
|||
|
||||
for(var i=0; i < tot; i++) {
|
||||
var seg = seglist.getItem(i);
|
||||
if(!seg.x) continue;
|
||||
|
||||
// Add actual points to limits
|
||||
bounds[0].push(P0[0]);
|
||||
|
|
Loading…
Reference in New Issue