Summary: | [SVG Everywhere] SVG export from KStars would be great | ||
---|---|---|---|
Product: | [Applications] kstars | Reporter: | Alan Horkan <alanhorkan> |
Component: | general | Assignee: | Jasem Mutlaq <mutlaqja> |
Status: | RESOLVED FIXED | ||
Severity: | wishlist | CC: | akarsh.simha, alexey.skladnoy |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Alan Horkan
2005-07-13 22:04:10 UTC
The code for KChart's SVG export can be found here: http://websvn.kde.org/trunk/koffice/filters/kchart/svg/ This bug has been mis-assigned. You wanted KStart, not KStars I meant K Stars 'etoile' stellar space etc, part of Kde Edu The star charts in Kstars look like some form of vector graphics or line drawings and KStars already includes an option to export to raster graphics formats such as PNG. I am asking if it might be possible to use the SVG support built into QPainter to also allow SVG export from Kstars. Assigning back to kstars :) Git commit 1024a9b4c151e0d11d4ba24b0dba79c8cff725b9 by Rafał Kułaga. Committed on 01/05/2011 at 22:10. Pushed by kulaga into branch 'gsoc2011'. Add SVG format support for sky image export function. Class QSvgGenerator is used as a QPaintDevice for SkyMapDrawAbstract::exportSkyImage() method. Overlays, names etc. are saved as vector graphics; sky images are saved as raster graphics (<image> element). CCBUG: 109042 M +1 -1 kstars/kstarsactions.cpp M +56 -41 kstars/kstarsdcop.cpp http://commits.kde.org/kstars/1024a9b4c151e0d11d4ba24b0dba79c8cff725b9 Fixed. At the moment it's in GSoC branch. Thank you. |