mirror of
https://github.com/penpot/penpot.git
synced 2025-03-16 01:31:22 -05:00
🐛 Fix edit rectangle radius
This commit is contained in:
parent
6020cc797d
commit
cf108e110f
1 changed files with 3 additions and 1 deletions
|
@ -233,7 +233,9 @@
|
|||
[{:type :rect
|
||||
:name "Rect"
|
||||
:fill-color default-color
|
||||
:stroke-alignment :center}
|
||||
:stroke-alignment :center
|
||||
:rx 0
|
||||
:ry 0}
|
||||
{:type :image}
|
||||
{:type :icon}
|
||||
{:type :circle
|
||||
|
|
Loading…
Add table
Reference in a new issue