Open
Bug 1427872
Opened 7 years ago
Updated 2 years ago
[Paint][Linux] SVG paths rendered incorrectly in print preview (close path inserted)
Categories
(Core :: Print Preview, defect, P2)
Tracking
()
NEW
People
(Reporter: hotsauce2998, Unassigned)
References
(Depends on 1 open bug)
Details
Attachments
(1 file)
(deleted),
text/html
|
Details |
User Agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:59.0) Gecko/20100101 Firefox/59.0
Build ID: 20171226205948
Steps to reproduce:
1. open attached HTML file
2. Firefox displays a square with the right side missing
3. print page to a PDF file
4. open newly created PDF file in a PDF viewer
5. right side of square is no longer missing
Actual results:
a complete square is printed
Expected results:
the right side of square should be missing on print since it is not part of the SVG path
Comment 1•7 years ago
|
||
It looks like the rendering backend we use for generating PDFs on Linux (cairo) has a bug where it closes open paths.
This would likely be fixed by switching to using Skia PDF.
Status: UNCONFIRMED → NEW
Component: Printing: Output → Print Preview
Depends on: 1322653
Ever confirmed: true
OS: Unspecified → Linux
Priority: -- → P2
Summary: svg path rendered incorrectly on print → [Paint][Linux] SVG paths rendered incorrectly in print preview (close path inserted)
Version: 57 Branch → unspecified
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•