| Summary: | [Feature] Export to SVG | ||
|---|---|---|---|
| Product: | [Applications] kst | Reporter: | D. V. Wiebe <dvw> |
| Component: | general | Assignee: | kst |
| Status: | RESOLVED LATER | ||
| Severity: | wishlist | ||
| Priority: | NOR | ||
| Version First Reported In: | 1.x | ||
| Target Milestone: | --- | ||
| Platform: | Compiled Sources | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
D. V. Wiebe
2007-03-15 00:12:11 UTC
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. 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 |