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

No Wrapping in arc - Graphics #2754

Closed
ksraj123 opened this issue Jan 15, 2021 · 5 comments
Closed

No Wrapping in arc - Graphics #2754

ksraj123 opened this issue Jan 15, 2021 · 5 comments

Comments

@ksraj123
Copy link
Member

Forward Block has wrapping (when the turtle goes out of screen bounds) but arc block has no wrapping. This could lead to the turtle getting lost in some situations. It would be better #2750 Proposes a block to enable or disable wrapping, Ideally, we should have wrapping on both forward and arc blocks and the user should be able to enable or disable wrapping.

no_warp_in_arc

Is this a possible enhancement or it is intentionally made this way?

Thanks, Please share your feedback and suggestions.

@ksraj123
Copy link
Member Author

@walterbender @pikurasa @meganindya can you please have a look and share your thoughts on this. Thanks

@walterbender
Copy link
Member

It makes sense to have wrapping enabled for arc. While we are on the topic, we prob. want to turn off wrapping in the middle of a fill.

@ksraj123
Copy link
Member Author

@walterbender sure, it seems reasonable to disable wrapping when drawing for filling.
The below screenshot compares the current situation with what is wanted, is this the kind of functionality we are looking for regarding this?
changes

@walterbender
Copy link
Member

walterbender commented Jan 19, 2021 via email

@ksraj123
Copy link
Member Author

@walterbender opened a PR #2765 addressing the wrapping in the middle of fill issue. Please have a look. Thanks

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

No branches or pull requests

2 participants