GNOME Bugzilla – Bug 517384
Does not support dy in text element
Last modified: 2017-12-13 17:30:31 UTC
Forwarding from redhat bugzilla: https://bugzilla.redhat.com/show_bug.cgi?id=433155 librsvg does not support text element like this: <text xml:space="preserve" style="font-size:259.30310059px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:89.99999762%;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Nimbus Mono L" x="36.271076" y="414.83322" id="text2254" sodipodi:linespacing="89.999998%" transform="scale(0.6613513,1.5120556)"><tspan sodipodi:role="line" id="tspan2256" x="36.271076" y="414.83322" dy="0 0 0 151.26015">Bug2000</tspan></text> The dy attribute is used to position individual characters vertically. Inkscape generates that but librsvg doesn't handle it.
In fact librsvg support the dy/dx attribute. What it does not support is more than one value, a <list-of-lengths>. Just as in the x / y attributes (in the text/tspan elements) which is reported in bug 666477.
-- GitLab Migration Automatic Message -- This bug has been migrated to GNOME's GitLab instance and has been closed from further activity. You can subscribe and participate further through the new bug through this link to our GitLab instance: https://gitlab.gnome.org/GNOME/librsvg/issues/15.