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

Fix Rust logo example #177

Closed
sunjay opened this issue May 25, 2020 · 1 comment · Fixed by #232
Closed

Fix Rust logo example #177

sunjay opened this issue May 25, 2020 · 1 comment · Fixed by #232

Comments

@sunjay
Copy link
Owner

sunjay commented May 25, 2020

For the past several years, we've had an example that draws the Rust logo using this crate:

rust logo turtle

As part of the new architecture in #173, we made a breaking change that resulted in the turtle using a circular brush instead of a rectangular brush. This resulted in the Rust logo example looking much worse than it used to:

image

We can fix this by updating the example to draw a filled outline of the R instead of trying to draw it by increasing the pen thickness. This would essentially end up being the same technique used to draw the gear and the holes on the gear to draw the R. It will take some creativity and experimentation, but I definitely think it can be done!

Anyone is welcome to try this out! I would love to get this example working again!

@mark-jordanovic-lewis
Copy link

This seems like a good one to get started learning turtle from a user perspective. I will give this a go.

@sunjay sunjay linked a pull request Mar 10, 2021 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants