Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Consider drawing units #60

Open
ianb opened this issue Sep 8, 2015 · 2 comments
Open

Consider drawing units #60

ianb opened this issue Sep 8, 2015 · 2 comments
Labels

Comments

@ianb
Copy link
Contributor

ianb commented Sep 8, 2015

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.

@ianb ianb changed the title Consider units Consider drawing units Sep 8, 2015
@inexorabletash
Copy link
Owner

I suppose pixels made more sense 30 years ago when you could actually see them.

@inexorabletash
Copy link
Owner

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants