Add rect rendering.

This commit is contained in:
Andrey Antukh 2016-01-29 00:55:56 +02:00
commit 00cc51c6d3
4 changed files with 20 additions and 0 deletions

View file

@ -78,6 +78,7 @@
(when-let [shape (:drawing @wb/workspace-l)]
(case (:type shape)
:builtin/icon (init-icon shape)
:builtin/rect (init-shape shape)
:builtin/line (init-shape shape))))]
(as-> wb/interactions-b $