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
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:
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!
The text was updated successfully, but these errors were encountered:
For the past several years, we've had an example that draws the Rust logo using this crate:
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:
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!
The text was updated successfully, but these errors were encountered: