mirror of
https://github.com/penpot/penpot.git
synced 2025-06-02 08:11:41 +02:00
Add basic icons rendering on canvas.
This commit is contained in:
parent
fc03388d70
commit
f28d54936f
4 changed files with 92 additions and 13 deletions
|
@ -111,7 +111,8 @@
|
|||
}
|
||||
(background)
|
||||
[:svg.page-layout
|
||||
#_(shape item)]
|
||||
(for [item (:shapes page)]
|
||||
(shape item))]
|
||||
#_(apply vector :svg#page-layout (map shapes/shape->svg raw-shapes))
|
||||
#_(when-let [shape (rum/react drawing)]
|
||||
(shapes/shape->drawing-svg shape))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue