Exported Xaml mistaken due to wrong format number (Locale)
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Inkscape |
Fix Released
|
Medium
|
jazzynico |
Bug Description
OS= Windows 10
Regional settings=France
Steps to reproduce the bug:
1- Open attached file "dessin-1.svg" in InkScape
-2 Save as xaml (Silverlight =no)
The value for Canvas.Top contains a comma, which is not accepted by visual studio
You will obtain the following xaml:
<?xml version="1.0" encoding="UTF-8"?>
<!--This file is NOT compatible with Silverlight-->
<Viewbox xmlns="http://
<Canvas Name="svg2" Width="
<Canvas.
<
</Canvas.
<Canvas.
<!--Unknown tag: sodipodi:
<!--Unknown tag: metadata-->
<Canvas Name="layer1">
<TextBlock xmlns:x="http://
<Span whiteSpaceColla
</TextBlock>
</Canvas>
</Canvas>
</Viewbox>
Changed in inkscape: | |
milestone: | 0.91.1 → 0.92 |
status: | Fix Committed → Fix Released |
Thanks for your findings! I thought we already got rid of that kind of issues, but apparently we forgot a case. I'm going to take a look shortly.