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

/inkscape/share/extensions/
H A Dgcodetools.py5473 def draw_point((x0,y0),(x,y),w,t): function in function:Gcodetools.engraving
5502 #end of draw_point
5737 draw_point((x1,y1),(n0[0][0]+n0[1][0]*w,n0[0][1]+n0[1][1]*w),w, (lastw-w)/2)
5742 draw_point((x1,y1),(x1,y1),0,0)
5746 draw_point((x1,y1),(x1+nx*lastw,y1+ny*lastw),w, (w-lastw)/2)
5751 draw_point((x1,y1),(x1+nx*w,y1+ny*w),w, bitlen)

Completed in 33 milliseconds