mirror of
https://github.com/penpot/penpot.git
synced 2025-07-25 15:47:18 +02:00
🐛 Fix letter spacing for svg texts
This commit is contained in:
parent
1723ff1da5
commit
5b37c11221
2 changed files with 2 additions and 0 deletions
|
@ -119,6 +119,7 @@
|
|||
:font-weight (str (get "font-weight"))
|
||||
:text-transform (str (get "text-transform"))
|
||||
:text-decoration (str (get "text-decoration"))
|
||||
:letter-spacing (str (get "letter-spacing"))
|
||||
:font-style (str (get "font-style"))
|
||||
:fills (transit/decode-str (get "--fills"))
|
||||
:text text}))))))))))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue