Summary: | PDF: Gradients and Patterns in Stroke are Broken | ||
---|---|---|---|
Product: | [Applications] okular | Reporter: | doctormo <doctormo> |
Component: | PDF backend | Assignee: | Okular developers <okular-devel> |
Status: | RESOLVED MOVED | ||
Severity: | normal | CC: | oliver.sander |
Priority: | NOR | ||
Version First Reported In: | 24.12.2 | ||
Target Milestone: | --- | ||
Platform: | Other | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: | Acrobate example |
Description
doctormo@geek-2.com
2025-02-09 06:03:51 UTC
This is very likely a poppler problem. Please check whether you can reproduce the misrendering using the pdftoppm command line tool, which uses the same rendering code that Okular does. If pdftoppm shows the same problem, please open a bug report at https://gitlab.freedesktop.org/poppler/poppler/-/issues Otherwise, come back here and re-open this report. Thank you! Note that Evince also has issues, but they are not the same as Okular. A curious poppler problem. Poppler contains several render engines, and they can all be buggy in different ways. * Okular uses the 'Splash' render engine. Use pdftoppm to test it from the command line. * Evince uses the Cairo engine. Use pdftocairo to test it from the command line. So if you are having problems with Evince too, please test with pdftocairo and then file a separate(!!) poppler bug. |