Not here! You must have created your ASCII graphics in a proportional pitch font -- which gets drastically distorted when viewed with a fixed pitch font. (The width of different characters, including spaces) is different in a proportional pitch font. If you had used a fixed pitch font, like (courier), you would have produced an easier to read image.
Just as an example, I will do a simple ASCII graphics square with multiples of various width characters in it, and you can see how well the right margin lines up on your system. Then switch to Courier (or some other fixed pitch font) and see what it looks like.
+----------------------------------------+ | | | ___________________________________ | | MMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMM | | ''''''''''''''''''''''''''''''''''' | | nnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnn | | 11111111111111111111111111111111111 | | | | QQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQ | | | | jjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjj | | | | ,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, | | | | ----------------------------------- | | | | !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! | +----------------------------------------+Now -- since I can't switch to a proportional spaced font in my newsreader, and since proportional space fonts vary somewhat even with the supposedly same font on different machines, I'll just wait.
I wish that I had an easy way to show you what it looks like on my system. :-)
At least, you didn't use tabs, which adds yet another problem, as different systems have different tab settings. :-)
Good Luck, DoN.