Lines Matching refs:new
66 new = []
75 new.append([sub[0][:]])
79 length = cspseglength(new[-1][-1], sub[i])
81 new[-1][-1], next, sub[i] = cspbezsplitatlength(new[-1][-1], sub[i], dash/length)
83 new.append([next[:]])
85 new[-1].append(next[:])
90 new.append([sub[i]])
92 new[-1].append(sub[i])
94 node.set('d',cubicsuperpath.formatPath(new))