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

Feature request: draw_filled_polygon[_mut] (drawing polygon with fill but no stroke/edges) #496

Open
finnbear opened this issue May 1, 2022 · 0 comments

Comments

@finnbear
Copy link

finnbear commented May 1, 2022

As I understand it, the drawing package contains draw_polygon[_mut] which draw a polygon with fill and edges. For my use-case, I want the fill but not the edges. I don't see a way to do that, as the existing function ends by unconditionally drawing the edges.

I would benefit from something like draw_filled_rect[_mut], that draws the fill and not the edges.

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

No branches or pull requests

1 participant