mirror of
https://github.com/penpot/penpot.git
synced 2025-06-11 10:21:38 +02:00
🐛 Fix handoff text with opacity
This commit is contained in:
parent
b4accaad07
commit
da2a3b6883
2 changed files with 4 additions and 2 deletions
|
@ -54,6 +54,7 @@
|
||||||
- Fix problem when importing a file with grids [Taiga #2314](https://tree.taiga.io/project/penpot/issue/2314)
|
- Fix problem when importing a file with grids [Taiga #2314](https://tree.taiga.io/project/penpot/issue/2314)
|
||||||
- Fix issues when updating selrect in paths [Taiga #2366](https://tree.taiga.io/project/penpot/issue/2366)
|
- Fix issues when updating selrect in paths [Taiga #2366](https://tree.taiga.io/project/penpot/issue/2366)
|
||||||
- Fix scroll jumps in handoff mode [Taiga #2383](https://tree.taiga.io/project/penpot/issue/2383)
|
- Fix scroll jumps in handoff mode [Taiga #2383](https://tree.taiga.io/project/penpot/issue/2383)
|
||||||
|
- Fix handoff text with opacity [Taiga #2384](https://tree.taiga.io/project/penpot/issue/2384)
|
||||||
|
|
||||||
### :arrow_up: Deps updates
|
### :arrow_up: Deps updates
|
||||||
|
|
||||||
|
|
|
@ -180,8 +180,9 @@
|
||||||
shape-to-prop (->> text-shape-style vals (map :to-prop) (reduce merge))
|
shape-to-prop (->> text-shape-style vals (map :to-prop) (reduce merge))
|
||||||
shape-format (->> text-shape-style vals (map :format) (reduce merge))
|
shape-format (->> text-shape-style vals (map :format) (reduce merge))
|
||||||
|
|
||||||
|
text-values (->> (search-text-attrs
|
||||||
text-values (->> (search-text-attrs (:content shape) (conj (:props style-text) :fill-color-gradient))
|
(:content shape)
|
||||||
|
(conj (:props style-text) :fill-color-gradient :fill-opacity))
|
||||||
(d/merge txt/default-text-attrs))]
|
(d/merge txt/default-text-attrs))]
|
||||||
(str/join
|
(str/join
|
||||||
"\n"
|
"\n"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue