mirror of
https://github.com/penpot/penpot.git
synced 2026-03-21 18:03:47 +00:00
🐛 Fix border radious on boolean operations
This commit is contained in:
committed by
Andrés Moya
parent
7325322ebf
commit
d16761772b
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user