mirror of
https://github.com/penpot/penpot.git
synced 2025-06-06 07:01:38 +02:00
🎉 Allow a different radius for each rect corner
This commit is contained in:
parent
d56b758490
commit
c38117d116
15 changed files with 287 additions and 33 deletions
|
@ -37,4 +37,7 @@
|
|||
|
||||
[:& shape-custom-stroke {:shape shape
|
||||
:base-props props
|
||||
:elem-name "rect"}]))
|
||||
:elem-name
|
||||
(if (.-d props)
|
||||
"path"
|
||||
"rect")}]))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue