I'm trying to investigate why my library don't render this ANSI art properly:
I though that the problem is in my ANSI escape processing but it seems that it's the same in real terminal (tested in XFce terminal).
I have no idea how to debug this, the file is in CP437 encoding and can be found at 16colo.rs website. I've converted it to UTF8 (also meta tags, that show number of characters per line, are removed) and the file can be found here: https://jcubic.pl/text.ans the terminal need to have 80 columns otherwise it will not display properly.
I'm fine with answer why it's broken, but it would also be nice to know how to fix it and display properly.

