🐛 Fix problem when exporting penpot files

This commit is contained in:
alonso.torres 2022-05-18 15:52:45 +02:00
parent d666755159
commit 6a74f29f96
2 changed files with 15 additions and 12 deletions

View file

@ -811,7 +811,7 @@
:attrs)
image-data (get-svg-data :image node)
svg-data (or image-data pattern-data)]
(:xlink:href svg-data)))
(or (:href svg-data) (:xlink:href svg-data))))
(defn get-image-fill
[node]