Support <Rect rx={...}> similar to SVG's <rect rx={...} (same for ry).
Looks like using roundRect() instead of just rect() would work, but is only supported in more modern browsers (but green across the board, Baseline 2023)
Actually it looks like we use fillRect() without rect() first, but should be able to call roundRect() followed by fill()
Support
<Rect rx={...}>similar to SVG's<rect rx={...}(same forry).Looks like using roundRect() instead of just rect() would work, but is only supported in more modern browsers (but green across the board, Baseline 2023)
Actually it looks like we use
fillRect()withoutrect()first, but should be able to callroundRect()followed byfill()