🎉 Allow a different radius for each rect corner

This commit is contained in:
Andrés Moya 2021-02-18 16:54:45 +01:00 committed by Andrey Antukh
parent d56b758490
commit c38117d116
15 changed files with 287 additions and 33 deletions

View file

@ -37,4 +37,7 @@
[:& shape-custom-stroke {:shape shape
:base-props props
:elem-name "rect"}]))
:elem-name
(if (.-d props)
"path"
"rect")}]))