You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I had a follow-up from the support team at Figma, which is where the issue was presenting itself (importing SVG charts and the text labels are extremely tiny). They said:
After further investigation, it looks like the issue with the text you're seeing is due to the text within the SVG file being exported in em instead of px. Our engineering team is actively working on improving this import function to automatically convert em to px in the future.
In the meantime, as a workaround, I’d recommend editing the exported SVG file before importing it and converting the em font sizes to px, or adjusting the font sizes manually after importing.
Also, in case you didn't see it, it also repeats the text labels twice (on the same layer). Was that looked into as well?
Related, the text labels repeat the characters twice, in the same layer. Here is an example (after I increased the size of the text labels):
The text was updated successfully, but these errors were encountered:
megaroeny
changed the title
[bug] Text is using em instead of px
[bug] Text is em's instead of px's
Feb 5, 2025
highsoft-asagh-bot
changed the title
[bug] Text is em's instead of px's
[bug] Text is using em instead of px
Feb 5, 2025
This is related to highcharts/highcharts#22534
I had a follow-up from the support team at Figma, which is where the issue was presenting itself (importing SVG charts and the text labels are extremely tiny). They said:
Related, the text labels repeat the characters twice, in the same layer. Here is an example (after I increased the size of the text labels):
The text was updated successfully, but these errors were encountered: