| Summary: | PDF rendering artifact (+example) | ||
|---|---|---|---|
| Product: | [Applications] okular | Reporter: | Brendon Higgins <brendon> |
| Component: | general | Assignee: | Okular developers <okular-devel> |
| Status: | RESOLVED UPSTREAM | ||
| Severity: | normal | ||
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | Debian testing | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
| Attachments: | example PDF | ||
|
Description
Brendon Higgins
2009-09-23 06:45:43 UTC
Created attachment 37118 [details]
example PDF
Generated with the following code:
from pyx import *
g = graph.graphxy(width = 8.5)
g.plot(graph.data.function('y(x)=sin(x)', min = 0, max = 1, points = 5),
[graph.style.symbol(graph.style.symbol.triangle, symbolattrs=[deco.filled])])
g.writePDFfile('test')
Thanks for reporting this bug. We have confirmed the problem, though Okular itself is not responsible for rendering PDF files, we use a library called poppler. As us can not do anything to fix the problem please open a bug against the poppler product in https://bugs.freedesktop.org/ explaining the situation. Thanks again for caring about Okular |