Only take fills for non-groups

This commit is contained in:
Belén Albeza 2024-12-09 16:09:53 +01:00
parent 99bb3ee962
commit 4c83899d69
2 changed files with 2 additions and 3 deletions

View file

@ -8,9 +8,7 @@
(:require
[app.common.transit :as t]
[app.common.types.shape :as shape]
;; [app.common.svg.path :as path]
[app.render-wasm.api :as api]
[app.render-wasm.path :as path]
[clojure.core :as c]
[cuerdas.core :as str]))