error in rendering text/tspan element

Bug #1808778 reported by Lode Leroy
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Inkscape
Invalid
Undecided
Unassigned

Bug Description

I was typing in svg manually, and open the file in inkscape.
I tried to render "Postno" with the last o raised and underlined, as follows

<text x="10" y="130" class="text">Postn<tspan dy="-5" class="sup">o</tspan>:</text>

according to the svg documentation, the "dy=-5" should only apply inside the "tspan" element,
but the following element is also affected.

I managed to workaround as follows:

<text x="10" y="130" class="text">Postn<tspan dy="-5" class="sup">o</tspan><tspan dy="+5" class="text">:</tspan></text>

that's with inkscape 0.92 both on windows and on linux

Revision history for this message
Lode Leroy (lode-leroy) wrote :
Revision history for this message
Lode Leroy (lode-leroy) wrote :
Lode Leroy (lode-leroy)
description: updated
Revision history for this message
Lode Leroy (lode-leroy) wrote :

seems like I misread the documentation...

Changed in inkscape:
status: New → Invalid
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.