inkscape:version changes behaviour

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

Bug Description

Inkscape handels SVG containing inkscape:version differnetly:

<?xml version="1.0" encoding="UTF-8"?>
<svg width="2760" height="1405" xmlns="http://www.w3.org/2000/svg" inkscape:version="0.91 r13725" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape">
 <flowRoot style="font-size:40px;"><flowRegion><rect x="1301.6" y="983.49" width="114.63" height="43.179"/></flowRegion><flowPara>202017</flowPara></flowRoot>
 <flowRoot style="font-size:40px;"><flowRegion><rect x="1020" y="964" width="391" height="61"/></flowRegion><flowPara>Kernenergie 2017</flowPara></flowRoot>
</svg>

Deleting the `inkscape:version="0.91 r13725"` leads to a different rendering

<?xml version="1.0" encoding="UTF-8"?>
<svg width="2760" height="1405" xmlns="http://www.w3.org/2000/svg" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape">
 <flowRoot style="font-size:40px;"><flowRegion><rect x="1301.6" y="983.49" width="114.63" height="43.179"/></flowRegion><flowPara>202017</flowPara></flowRoot>
 <flowRoot style="font-size:40px;"><flowRegion><rect x="1020" y="964" width="391" height="61"/></flowRegion><flowPara>Kernenergie 2017</flowPara></flowRoot>
</svg>

Revision history for this message
Johannes Kalliauer (jokalliauer1989) wrote :
Revision history for this message
Johannes Kalliauer (jokalliauer1989) wrote :

svg with inkscape:version="0.91 r13725"

Revision history for this message
Johannes Kalliauer (jokalliauer1989) wrote :

svg without inkscape:version="0.91 r13725"

Revision history for this message
Johannes Kalliauer (jokalliauer1989) wrote :

png with inkscape:version="0.91 r13725"

Revision history for this message
Johannes Kalliauer (jokalliauer1989) wrote :

png without inkscape:version="0.91 r13725"

Revision history for this message
Alvin Penner (apenner) wrote :

not reproduced on Windows 10, Inkscape 0.92.3 (2405546, 2018-03-11)

the file mitVersion.svg produced a popup message and I responded with the option "This file contains digital artwork"

- which version are you running?
- did you get a popup message warning you that this is a legacy file?
- if you are using 0.91 you may want to upgrade to 0.92.3

summary: - inkscape:version chages behaviour
+ inkscape:version changes behaviour
Revision history for this message
Johannes Kalliauer (jokalliauer1989) wrote :

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

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.

Other bug subscribers

Remote bug watches

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