https://bugzilla.redhat.com/show_bug.cgi?id=2018036
Bug ID: 2018036 Summary: pango 1.49.1 broke multi-line text rendering in Inkscape Product: Fedora Version: 35 Status: NEW Component: pango Assignee: pwu@redhat.com Reporter: akiyks@gmail.com QA Contact: extras-qa@fedoraproject.org CC: caillon+fedoraproject@gmail.com, fonts-bugs@lists.fedoraproject.org, gnome-sig@lists.fedoraproject.org, i18n-bugs@lists.fedoraproject.org, mclasen@redhat.com, pwu@redhat.com, rhughes@redhat.com, rstrode@redhat.com, sandmann@redhat.com, tagoh@redhat.com Target Milestone: --- Classification: Fedora
Created attachment 1837826 --> https://bugzilla.redhat.com/attachment.cgi?id=1837826&action=edit Inkscape input and output
Description of problem:
I'm observing mis-placement of multi-line texts in .pdf converted from .svg via Inkscape on pre-release Fedora 35.
On Fedora 34, they are rendered correctly.
Version-Release number of selected component (if applicable):
On Fedora 35, "incscape --debug-info" says:
Inkscape 1.1 (c68e22c387, 2021-05-23)
GLib version: 2.70.0 GTK version: 3.24.30 glibmm version: 2.66.1 gtkmm version: 3.24.5 libxml2 version: 2.9.12 libxslt version: 1.1.34 Cairo version: 1.17.4 Pango version: 1.49.1 HarfBuzz version: 2.8.2 Poppler version: 21.08.0
OS version: Fedora Linux 35 (Container Image)
On Fedora 34, "incscape --debug-info" says:
Inkscape 1.1 (c68e22c387, 2021-05-23)
GLib version: 2.68.4 GTK version: 3.24.30 glibmm version: 2.66.1 gtkmm version: 3.24.5 libxml2 version: 2.9.12 libxslt version: 1.1.34 Cairo version: 1.17.4 Pango version: 1.48.10 HarfBuzz version: 2.7.4 Poppler version: 21.01.0
OS version: Fedora 34 (Container Image)
How reproducible:
Always.
Steps to Reproduce:
Convert pubsub.svg in the attachment by Inkscape.
1. Run the command "inkscape -o pubsub-xxx.pdf pubsub.svg"
Actual results:
See pubsub-pango-1.49.1.pdf in the attachment.
Expected results:
See pubsub-pango-1.48.10.pdf in the attachment, which is converted on Fedora 34.
Additional info:
On Fedora 35, by downgrading pango to 1.48.9 (https://kojipkgs.fedoraproject.org//packages/pango/1.48.9/1.fc35/x86_64/pang...), correct rendering can be restored.
The same issue is reported at upstream Inkscape project at: https://gitlab.com/inkscape/inkscape/-/issues/2864