Searched defs:small (Results 1 - 1 of 1) sorted by relevance

/inkscape/share/extensions/
H A Dgcodetools.py910 if int1[0] == 0 and int2[0]==len(subpath)-1:# and small(int1[1]) and small(int2[1]-1) :
1461 def small(a) : function
2051 # Some small definitions
2058 # Remove all small segments (segment length < 0.001)
2157 if not ( small(t[0]-1) and small(t[1]) ) and 0<=t[0]<=1 and 0<=t[1]<=1 :
2167 (j-i-1) % (len(subpath)-1) == 0 and small(t[0]-1) and small(t[1]) or
2168 (i-j-1) % (len(subpath)-1) == 0 and small(
[all...]

Completed in 23 milliseconds