| Summary: | poor rendering compared to gv - anti-aliasing options wrong? | ||
|---|---|---|---|
| Product: | [Applications] okular | Reporter: | markus.parker |
| Component: | PS backend | Assignee: | Okular developers <okular-devel> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | ||
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | openSUSE | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
| Attachments: | Exchanging the parameters may resolve the problem | ||
|
Description
markus.parker
2010-01-05 15:05:41 UTC
Created attachment 39584 [details]
Exchanging the parameters may resolve the problem
I did not compile the changes or test it, but I hope this illustrates my point.
Comment on attachment 39584 [details] Exchanging the parameters may resolve the problem >238,239c238,239 >< if (cache_AAgfx) graphicsAA = 4; >< if (cache_AAtext) textAA = 2; >--- >> if (cache_AAgfx) graphicsAA = 2; >> if (cache_AAtext) textAA = 4; This refers to the file /trunk/KDE/kdegraphics/okular/kdegraphics/okular/generators/spectre/generator_ghostview.cpp SVN commit 1070544 by aacid: increase text alpha bits to 4 as it's known to improve quality quite a bit BUGS: 221402 M +1 -1 generator_ghostview.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=1070544 |