inkscape:version="0.91" with sodipodi:role="line" ignores style="font-size:30px"

Bug #1763190 reported by Johannes Kalliauer
12
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Inkscape
Fix Released
Undecided
Unassigned

Bug Description

Inkscape: Inkscape 0.92.3 (2405546, 2018-03-11)
Windows 10 (Build 16299.334)

only the combination of inkscape:version="0.91" (or older) with sodipodi:role="line" with style="font-size:30px" leads to this error.

1.possible Workaround:
inkscape:version="0.91" to inkscape:version="0.92" (or removement)

2.possible Workaround:
remove sodipodi:role="line"

3.possible Workaround:
add font-size="30px" (or instead of style="font-size:30px")

This file is rendered with a wrong font-size in 0.92.3 (most likely 0.92.2 renders it corretly)
<?xml version="1.0" encoding="UTF-8"?>
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="200" height="200" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" inkscape:version="0.91">
<text style="font-size:30px;font-family:DejaVu Sans" y="100"><tspan sodipodi:role="line">Northern Cyprus</tspan></text>
</svg>

This file is rendered correctly:

<?xml version="1.0" encoding="UTF-8"?>
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="200" height="200" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" inkscape:version="0.92">
<text font-size="30px" font-family="DejaVu Sans" y="100"><tspan>Northern Cyprus</tspan></text>
</svg>

Revision history for this message
Johannes Kalliauer (jokalliauer1989) wrote :
Revision history for this message
Johannes Kalliauer (jokalliauer1989) wrote :
Revision history for this message
Johannes Kalliauer (jokalliauer1989) wrote :
Revision history for this message
Johannes Kalliauer (jokalliauer1989) wrote :
tags: added: regression
tags: added: text
description: updated
description: updated
Revision history for this message
Johannes Kalliauer (jokalliauer1989) wrote :

Solved in Inkscape 0.92.4 (5da689c313, 2019-01-14) on Windows 10

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

Duplicates of this bug

Other bug subscribers

Remote bug watches

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