🐛 Fix handoff text with opacity

This commit is contained in:
alonso.torres 2022-01-12 18:19:36 +01:00
parent b4accaad07
commit da2a3b6883
2 changed files with 4 additions and 2 deletions

View file

@ -180,8 +180,9 @@
shape-to-prop (->> text-shape-style vals (map :to-prop) (reduce merge))
shape-format (->> text-shape-style vals (map :format) (reduce merge))
text-values (->> (search-text-attrs (:content shape) (conj (:props style-text) :fill-color-gradient))
text-values (->> (search-text-attrs
(:content shape)
(conj (:props style-text) :fill-color-gradient :fill-opacity))
(d/merge txt/default-text-attrs))]
(str/join
"\n"