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
AnsiToImg cannot meaningfully control the font used when rendering text so this is likely caused by the OS/ playwright library (which uses the chromium browser to render svgs)
Android users will also have this issue and it's due to font-fallbacks. Tonsky who made fira code has some really good articles that explain this sort of stuff a lot better than I ever could! https://tonsky.me/blog/font-size/
Here's an example of a similar allignment issue nushell/nushell.github.io#83. In this case there is nothing the dev can do as it relies on android fixing the issue upstream
Before You Begin
Before proceeding, please make sure to follow these steps:
before.
Issue Details
First of all, thanks for this amazing software!
When I am trying to render some unicode characters, the width does not match that of the selected unicode font, leading to some strange misalignments.
Description
The issue can be reproduced using this table generated by PrettyTables.jl (Julia language):
I am rendering it using the following command:
Expected Behavior
The rendered output should look like this one:
Actual Behavior
We obtain the following output:
Notice how the last columns that has the character
⋮
looks misaligned because it is not being rendered with the correct width.I can reproduce this behavior with all plugins.
System Information
Please provide the following additional information about your system or
environment:
The text was updated successfully, but these errors were encountered: