Fix shadows and thumbnails

This commit is contained in:
alonso.torres
2022-06-17 12:50:58 +02:00
parent 2799c09294
commit 45b690ed05
9 changed files with 47 additions and 34 deletions

View File

@@ -52,6 +52,10 @@
[{:keys [type]}]
(= type :image))
(defn svg-raw-shape?
[{:keys [type]}]
(= type :svg-raw))
(defn unframed-shape?
"Checks if it's a non-frame shape in the top level."
[shape]