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

Unintuitive to draw a border-only ellipse #31

Open
JujuAdams opened this issue Jun 28, 2022 · 0 comments
Open

Unintuitive to draw a border-only ellipse #31

JujuAdams opened this issue Jun 28, 2022 · 0 comments
Labels
bug 😅 Juju did a bad thing

Comments

@JujuAdams
Copy link
Owner

Minor note on CleanShapes, I have to do this to get a border-only ellipse:

    CleanEllipse(focused_node.x, focused_node.y, 120, 80)
        .Blend(c_black, 0)
        .Border(5, focused_color, 1)
        .Draw();

If you remove that Blend it just draws a solid ellipse (using the border color), which isn't what I'd expect. Not sure if this is a bug/fixable, just mentioning it

@JujuAdams JujuAdams added the bug 😅 Juju did a bad thing label Jun 28, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug 😅 Juju did a bad thing
Projects
None yet
Development

No branches or pull requests

1 participant