Fixed last fix that wasn't the right fix

git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1699 eee81c28-f429-11dd-99c0-75d572ba1ddd
master
Alexis Deveria 2010-09-01 12:41:25 +00:00
parent 661f377baa
commit df2fc99450
1 changed files with 1 additions and 1 deletions

View File

@ -2153,8 +2153,8 @@ var getStrokedBBox = this.getStrokedBBox = function(elems) {
// bb.y = rminy; // bb.y = rminy;
// bb.width = rmaxx - rminx; // bb.width = rmaxx - rminx;
// bb.height = rmaxy - rminy; // bb.height = rmaxy - rminy;
return bb;
} }
return bb;
} catch(e) { } catch(e) {
console.log(elem, e); console.log(elem, e);
return null; return null;