Summary: | Arthur backend uses incorrect miter join style | ||
---|---|---|---|
Product: | poppler | Reporter: | oliver.sander |
Component: | arthur backend | Assignee: | poppler-bugs <poppler-bugs> |
Status: | RESOLVED FIXED | QA Contact: | |
Severity: | normal | ||
Priority: | medium | CC: | oliver.sander |
Version: | unspecified | ||
Hardware: | Other | ||
OS: | All | ||
Whiteboard: | |||
i915 platform: | i915 features: | ||
Attachments: |
pdf file to trigger the bug
The file as rendered by the Splash backend The file as rendered by the Arthur backend Patch to use the correct join style |
Description
oliver.sander
2017-08-22 09:38:06 UTC
Created attachment 133667 [details]
The file as rendered by the Splash backend
Created attachment 133668 [details]
The file as rendered by the Arthur backend
The fix is to use Qt::SvgMiterJoin instead of Qt::MiterJoin. It is recommended in https://bugreports.qt.io/browse/QTBUG-52640 and does indeed fix the problem. I'll attach a patch. Created attachment 133669 [details] [review] Patch to use the correct join style Pushed |
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.