Bug 142986 - [Feature] Export to SVG
Summary: [Feature] Export to SVG
Status: RESOLVED LATER
Alias: None
Product: kst
Classification: Applications
Component: general (show other bugs)
Version: 1.x
Platform: Compiled Sources Linux
: NOR wishlist
Target Milestone: ---
Assignee: kst
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-03-15 00:12 UTC by D. V. Wiebe
Modified: 2007-04-12 18:19 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description D. V. Wiebe 2007-03-15 00:12:11 UTC
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.
Comment 1 George Staikos 2007-03-15 00:19:55 UTC
   We get this for free with KDE4.

--
George Staikos
KDE Developer				http://www.kde.org/
Staikos Computing Services Inc.		http://www.staikos.net/
Comment 2 D. V. Wiebe 2007-03-15 00:23:19 UTC
Sweet.
Comment 3 Andrew Walker 2007-03-15 18:41:09 UTC
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.
Comment 5 Andrew Walker 2007-03-16 19:50:38 UTC
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).
Comment 6 George Staikos 2007-03-16 20:25:35 UTC
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/
Comment 7 Adam Treat 2007-04-12 18:19:06 UTC
As said above, this will be automatic for next major version