mirror of
https://github.com/penpot/penpot.git
synced 2025-04-04 11:01:20 -05:00
Add missing impl for icon-raw for get-vertex-point geom func.
This commit is contained in:
parent
6e06779cc3
commit
2a2e87cb1c
1 changed files with 1 additions and 0 deletions
|
@ -168,6 +168,7 @@
|
|||
[shape id]
|
||||
(case (:type shape)
|
||||
:icon (get-rect-vertext-point shape id)
|
||||
:icon-raw (get-rect-vertext-point shape id)
|
||||
:rect (get-rect-vertext-point shape id)
|
||||
:circle (get-circle-vertext-point shape id)
|
||||
:text (get-rect-vertext-point shape id)))
|
||||
|
|
Loading…
Add table
Reference in a new issue