mirror of
https://github.com/penpot/penpot.git
synced 2025-07-19 18:47:19 +02:00
✨ SVG generation first version
This commit is contained in:
parent
28f90da70e
commit
96098be5ae
19 changed files with 104 additions and 99 deletions
|
@ -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}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue