Merge pull request #1865 from penpot/alotor-bugfixing

Alotor bugfixing
This commit is contained in:
Eva Marco 2022-05-06 14:10:12 +02:00 committed by GitHub
commit 8298d460e6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
10 changed files with 117 additions and 85 deletions

View file

@ -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}))))))))))