You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The default pen width and units of length feel more fine-grained than makes sense to me. For example FD 10 draws a line shorter than the turtle itself.
The text was updated successfully, but these errors were encountered:
ianb
changed the title
Consider units
Consider drawing units
Sep 8, 2015
Since I added SETSCRUNCH and revamped drawing coordinates (the canvas is scaled/transformed so 0,0 is centered, +y is up, etc) this should be easier - the places where sx/sy scaling is applied could get an extra scaling factor. We'd just need to apply an inverse transform when drawing the turtle itself.
The default pen width and units of length feel more fine-grained than makes sense to me. For example
FD 10
draws a line shorter than the turtle itself.The text was updated successfully, but these errors were encountered: