Fix issue 937

git-svn-id: http://svg-edit.googlecode.com/svn/trunk@2071 eee81c28-f429-11dd-99c0-75d572ba1ddd
master
Ahmad Syazwan 2012-03-29 02:47:06 +00:00
parent 168eed7944
commit f2c76b4b39
1 changed files with 1 additions and 2 deletions

View File

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