Fixed bugs caused by last revision
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1697 eee81c28-f429-11dd-99c0-75d572ba1dddmaster
parent
c0273beb31
commit
661f377baa
|
@ -2153,6 +2153,7 @@ 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;
|
||||||
}
|
}
|
||||||
} catch(e) {
|
} catch(e) {
|
||||||
console.log(elem, e);
|
console.log(elem, e);
|
||||||
|
|
Loading…
Reference in New Issue