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
# Objective
There was discussion in the `Next Generation Scene/UI` about adding
`BackgroundColor` to `Node`. I don't know about that, but it reminded me
that border radius isn't part of `Node`. All the other properties that
affect a `Node`'s shape are there, border radius should be there too.
## Solution
* Add a `border_radius: BorderRadius` field.
* Remove the `Component` derive from `BorderRadius`.
## Testing
The internal changes are relatively trivial. There could be mistakes in
the examples though, because of the large number of changes.
0 commit comments