SVG generation first version

This commit is contained in:
alonso.torres 2020-10-29 19:50:07 +01:00 committed by Hirunatan
parent 28f90da70e
commit 96098be5ae
19 changed files with 104 additions and 99 deletions

View file

@ -29,6 +29,7 @@
group-props (-> props
(obj/clone)
(obj/without ["shape" "children"])
(obj/set! "id" (str "shape-" (:id shape)))
(obj/set! "className" "shape")
(obj/set! "filter" (filters/filter-str filter-id shape)))]
[:& (mf/provider muc/render-ctx) {:value render-id}