Skip to content

Ability to set different border widths and colors for a rectangle's sides #463

Open
@Homailot

Description

@Homailot

It would be very useful to have this feature. For example, I might want to render a vertical or horizontal bar to separate different UI elements, and this would be easily done by creating a border that is only active on one side.

This could be modified from the theme JSON file where instead of

"border_width": 1

You would define:

"border_width": {
    "left": 1,
    "right": 0,
    "bottom": 0,
    "top": 0
}

I'm not really sure if there is any alternative to the issue I've mentioned, and if anyone has any ideas I would appreciate it if you could share them! Thank you

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions