I just saw that starting with version 4.2 qt supports svg icons. What about
this format?
Angus Leeming schrieb:
LyX still uses XPM images in lib/images. The XPM format is plain text,
so it still makes sense to store XPM files in the SVN repository because
we get versioning history for free. Clearly, that's not the case if we
were to store a binary image format like PNG.
However, in these days of a PNG-aware frontend, it does seem strange
that we still ship these XPM files to our consumers. Here's a thought:
why don't we make the XPM -> PNG transformation part of the build
process and ship the resulting PNGs?
Angus (just musing)