Version: 2.0.4 (using KDE 4.6.5) OS: All Legends are rendered to screen resolution pixmaps when printing. This means that the legend text will be at reduced resolution. This is not true for other labels, which are rendered directly to the printer. Reproducible: Always Steps to Reproduce: Print something with a legend. Expected Results: Legend text should be at full resolution when printed. OS: Linux
Bug identified by Ralph Paul.
SVN commit 1260743 by netterfield: CCBUG: 219845 CCBUG: 284263 Do a bunch of work towards better device independent printing, and change the default resolution for PDF prints to 300 dpi. A resolution option can now easily be implemented. Legends are still rendered as pixmaps, so they don't work in svg output. M +4 -4 arrowitem.cpp M +11 -11 labelitem.cpp M +1 -1 labelitem.h M +12 -19 labelrenderer.cpp M +3 -14 labelrenderer.h M +8 -6 legenditem.cpp M +4 -1 mainwindow.cpp M +30 -34 plotitem.cpp M +5 -5 plotitem.h M +16 -5 view.cpp M +4 -1 view.h M +1 -3 viewitem.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=1260743
SVN commit 1261178 by netterfield: BUG: 219845 BUG: 284263 When exporting, all text is now rendered directly to the painter. All sizes are referenced to the painter's font size. Exports to PDF or SVG should now look right in all situations. M +64 -42 libkstapp/legenditem.cpp M +1 -1 libkstapp/legenditem.h M +3 -4 libkstmath/curve.cpp M +2 -2 libkstmath/curve.h M +7 -10 libkstmath/image.cpp M +2 -2 libkstmath/image.h M +2 -2 libkstmath/relation.h WebSVN link: http://websvn.kde.org/?view=rev&revision=1261178