After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 517384 - Does not support dy in text element
Does not support dy in text element
Status: RESOLVED OBSOLETE
Product: librsvg
Classification: Core
Component: general
unspecified
Other Linux
: Normal enhancement
: ---
Assigned To: librsvg maintainers
librsvg maintainers
Depends on:
Blocks:
 
 
Reported: 2008-02-19 06:50 UTC by Behdad Esfahbod
Modified: 2017-12-13 17:30 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Behdad Esfahbod 2008-02-19 06:50:30 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.
Comment 1 Perhelion 2014-03-23 19:49:28 UTC
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.
Comment 2 GNOME Infrastructure Team 2017-12-13 17:30:31 UTC
-- 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.