Made connector lines start/end at bounding box edges, made arrow appear on end of line

git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1336 eee81c28-f429-11dd-99c0-75d572ba1ddd
This commit is contained in:
Alexis Deveria
2010-02-03 18:42:00 +00:00
parent be0a5fa153
commit e20d3dc39f
3 changed files with 114 additions and 23 deletions

View File

@@ -7080,7 +7080,8 @@ function BatchCommand(text) {
// This shouldn't ever happen...
if(full_bb == null) return null;
if(elems.length == 1) return full_bb;
// full_bb doesn't include the stoke, so this does no good!
// if(elems.length == 1) return full_bb;
var max_x = full_bb.x + full_bb.width;
var max_y = full_bb.y + full_bb.height;