Applied fix for path arc segment delimiter big by zeware (issue 639)
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1660 eee81c28-f429-11dd-99c0-75d572ba1dddmaster
parent
0930a58411
commit
7776034753
|
@ -7260,7 +7260,7 @@ var pathActions = this.pathActions = function() {
|
|||
var addToD = function(pnts, more, last) {
|
||||
var str = '';
|
||||
var more = more?' '+more.join(' '):'';
|
||||
var last = last?shortFloat(last):'';
|
||||
var last = last?' '+shortFloat(last):'';
|
||||
$.each(pnts, function(i, pnt) {
|
||||
pnts[i] = shortFloat(pnt);
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue