TeMPOraL / nyan-mode

Nyan Cat for Emacs! Nyanyanyanyanyanyanyanyanyan!
GNU General Public License v3.0
795 stars 68 forks source link

Fix rendering glitch in Windows Emacs 23.3.1 #2

Closed mshroyer closed 12 years ago

mshroyer commented 12 years ago

Prior to this commit there was a glitch where the Windows version of Emacs 23.3.1 (tested on two different machines) did not draw the XPM images correctly. This commit contains new versions of the frames which were created by opening and then saving the old versions in The GIMP. I don't know what precisely about the previous XPM frames was giving Emacs trouble, but it's fixed now.

This commit has also been tested on Emacs 23.1.1 on Ubuntu, and it doesn't appear to break anything there.

TeMPOraL commented 12 years ago

Yeah, I did those XPMs by converting PNGs via ImageMagick, and they indeed looked a bit messy inside, compared to what GIMP outputs. Thanks! :).