mirror of
https://github.com/penpot/penpot.git
synced 2025-01-23 23:18:48 -05:00
🐛 Fix broken circle shapes geometry on comp-v2 migration
This commit is contained in:
parent
3a401f69fd
commit
dba10ffd9b
1 changed files with 2 additions and 1 deletions
|
@ -355,7 +355,8 @@
|
|||
:points points))
|
||||
|
||||
(and (or (cfh/rect-shape? shape)
|
||||
(cfh/svg-raw-shape? shape))
|
||||
(cfh/svg-raw-shape? shape)
|
||||
(cfh/circle-shape? shape))
|
||||
(not (valid-shape-points? (:points shape)))
|
||||
(grc/valid-rect? (:selrect shape)))
|
||||
(let [selrect (if (grc/valid-rect? (:svg-viewbox shape))
|
||||
|
|
Loading…
Add table
Reference in a new issue