| Summary: | EPS images contain no color | ||
|---|---|---|---|
| Product: | [Applications] kst | Reporter: | Matthew Truch <matt> |
| Component: | general | Assignee: | kst |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | ||
| Priority: | NOR | ||
| Version First Reported In: | 1.3.1 | ||
| Target Milestone: | --- | ||
| Platform: | Fedora RPMs | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
| Attachments: | Proposed patch | ||
|
Description
Matthew Truch
2007-03-03 00:29:53 UTC
Created attachment 19914 [details]
Proposed patch
SVN commit 641902 by arwalker:
BUG:142429 Add colour to EPS output
M +1 -0 kstviewwindow.cpp
--- trunk/extragear/graphics/kst/src/libkstapp/kstviewwindow.cpp #641901:641902
@@ -264,6 +264,7 @@
printer.setOrientation(QPrinter::Landscape);
printer.setOutputToFile(true);
printer.setOutputFileName(filenameNew);
+ printer.setColorMode(QPrinter::Color);
KstPainter paint(KstPainter::P_PRINT);
paint.begin(&printer);
|