#2742·rich

[BUG] SVG font rendering too narrow for Asian language

Author: shiba2046Created Jan 11, 2023Updated Sep 15, 2026
LabelsNeeds triage

First of all I'm a great fan of your work, I love it.

I've encountered the following problem. When rendering a table with Chinese characters, it displays nicely in terminal. However when exporting it to svg, the characters are all stacked together make them unreadable. This is also present in the svg example on the project

Upon inspecting the svg code, I think it's that the textLength property is maybe too small.

Is there a way to overide this and make it wider?