ktylee19 opened this issue 12 years ago · 1 comments
Lines do not rotate around axis; cannot move line after it's rotated. Example Code: x1=300 y1=500 x2=300 y2=300 base=line(x1,y1,x2,y2); rotate(base,30); move(base,300,300);
fixed