Add basic icons rendering on canvas.

This commit is contained in:
Andrey Antukh 2015-12-28 16:33:14 +02:00
parent fc03388d70
commit f28d54936f
4 changed files with 92 additions and 13 deletions

View file

@ -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))