The bottom of the last line of a captured command output is truncated when redirected to SVG files.
This is barely visible, but:
- obvious if the last line contains underscore
_ characters, which will look like white spaces (i.e. SOC_FULL_DIR will appear as SOC FULL DIR)
- also visible, if you pay attention, for e.g. the bottom leg of the
y letter
This is possibly an issue with the clipped area computed by the rich library in Console.export_svg(): we reported our concern upstream [1].
References:
The bottom of the last line of a captured command output is truncated when redirected to SVG files.
This is barely visible, but:
_characters, which will look like white spaces (i.e.SOC_FULL_DIRwill appear asSOC FULL DIR)yletterThis is possibly an issue with the clipped area computed by the rich library in
Console.export_svg(): we reported our concern upstream [1].References: