mirror of
https://github.com/penpot/penpot.git
synced 2025-05-29 12:16:10 +02:00
🐛 Fix border radious on boolean operations
This commit is contained in:
parent
7325322ebf
commit
d16761772b
2 changed files with 4 additions and 1 deletions
|
@ -174,7 +174,9 @@
|
|||
(fn [shape]
|
||||
(if (ctsr/has-radius? shape)
|
||||
(update-fn shape)
|
||||
shape)))))
|
||||
shape))
|
||||
{:reg-objects? true
|
||||
:attrs [:rx :ry :r1 :r2 :r3 :r4]})))
|
||||
|
||||
on-switch-to-radius-1
|
||||
(mf/use-callback
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue