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
The ability to style a rectangular position component with radius for border, border radius, border color, background color, border shadow (blur, color and offset), etc. and maybe hover over color.
I think this would be very useful for a lot of people, although this feature is definitely not urgent as the desired result can already be achieved (albeit with a bit of redundant code).
Proposal
Maybe a mixin on PositionComponent could make sense ?
Since PositionComponents most of the time aren't rectangular in how they are drawn on the canvas it might be a bit confusing to have this feature connected to the PositionComponent, a better candidate would be the RectangleComponent.
Since PositionComponents most of the time aren't rectangular in how they are drawn on the canvas it might be a bit confusing to have this feature connected to the PositionComponent, a better candidate would be the RectangleComponent.
Makes sense !
ufrshubham
changed the title
Position Component with Box Decoration
Box Decoration for RectangleComponent
Dec 13, 2024
Problem to solve
The ability to style a rectangular position component with radius for border, border radius, border color, background color, border shadow (blur, color and offset), etc. and maybe hover over color.
I think this would be very useful for a lot of people, although this feature is definitely not urgent as the desired result can already be achieved (albeit with a bit of redundant code).
Proposal
Maybe a mixin on PositionComponent could make sense ?
More information
https://discord.com/channels/509714518008528896/1309774265930879006/1309774265930879006
Other
The text was updated successfully, but these errors were encountered: