Skip to content

Unintuitive to draw a border-only ellipse #31

@JujuAdams

Description

@JujuAdams

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    bug 😅Juju did a bad thing

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions