Version: 1.4.0 (using KDE KDE 3.5.4) Installed from: Compiled From Sources Compiler: gcc (GCC) 3.4.6 OS: Linux It would be nice if plots could be exported to SVG, as they can be exported to pixel graphics currently. kst's plots seem ideally suited to vector graphics.
We get this for free with KDE4. -- George Staikos KDE Developer http://www.kde.org/ Staikos Computing Services Inc. http://www.staikos.net/
Sweet.
I see plenty of information on Qt/KDE supporting rendering of SVG in the near future, but nothing about be able to save to this format. Could you provide a URL giving more information? Thanks.
http://doc.trolltech.com/snapshot/qsvggenerator.html
So we would need to take a similar approach for SVG as we currently do for EPS. The former is slightly more complex as it will presumably not be natively supported by QImage::save(...) as EPS is (although not in vector format).
All of this drawing code and printing code will be redone entirely. -- George Staikos KDE Developer http://www.kde.org/ Staikos Computing Services Inc. http://www.staikos.net/
As said above, this will be automatic for next major version