Skip to content

gh-130715: Allowed turtle head shape rotation when it is set to an image #130855

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

Open
wants to merge 8 commits into
base: main
Choose a base branch
from

Conversation

kbialowas
Copy link

@kbialowas kbialowas commented Mar 4, 2025

Turtle module allowed to rotate every custom head shape except for an image.

Added rotate_image_shape parameter to addshape() method and mechanism that allows to rotate images, so that rotations are also possible when turtle shape is set to an image.

Not sure if it's relevant, but I used llm assistant while working on code included in this PR.

@ghost
Copy link

ghost commented Mar 4, 2025

All commit authors signed the Contributor License Agreement.
CLA signed

@bedevere-app
Copy link

bedevere-app bot commented Mar 4, 2025

Most changes to Python require a NEWS entry. Add one using the blurb_it web app or the blurb command-line tool.

If this change has little impact on Python users, wait for a maintainer to apply the skip news label instead.

@bedevere-app
Copy link

bedevere-app bot commented Mar 4, 2025

Most changes to Python require a NEWS entry. Add one using the blurb_it web app or the blurb command-line tool.

If this change has little impact on Python users, wait for a maintainer to apply the skip news label instead.

@kbialowas kbialowas force-pushed the gh-130715 branch 2 times, most recently from 7b84e1b to 4734f51 Compare March 6, 2025 08:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant