🐛 Fix problems with z-index

This commit is contained in:
alonso.torres 2024-01-08 14:43:35 +01:00 committed by Andrey Antukh
parent 790ce27316
commit c43458af1d
2 changed files with 10 additions and 4 deletions

View file

@ -208,7 +208,6 @@
(let [objects (:objects data)
shapes (cfh/get-immediate-children objects)
dim (calculate-dimensions objects aspect-ratio)
_ (prn ">>DIM" dim)
vbox (format-viewbox dim)
bgcolor (dm/get-in data [:options :background] default-color)