XAML export changes linecaps

Bug #375567 reported by Lowell
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Inkscape
Fix Released
Low
Unassigned

Bug Description

Drawing a line in inkscape (v0.46 windows platform) with a rounded linecap and exporting to Microsoft XAML produces a line with one end flat and one end rounded.

    <path
       style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
       d="M 3,5 L 7,5"
       id="path3199"
       sodipodi:nodetypes="cc" />

produces

<Path xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" Name="path3199" Stroke="#FF000000" StrokeThickness="5" StrokeMiterLimit="4" StrokeLineJoin="Miter" StrokeEndLineCap="Round" Data="M 3 5 L 7 5"/>

Which is missing StrokeStartLineCap="Round"

Revision history for this message
jazzynico (jazzynico) wrote :

Confirmed on Windows XP sp3, 0.46, but works well with build 21303.
Your file now produces:
<Path xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" Name="path3199" Stroke="#FF000000" StrokeThickness="5" StrokeMiterLimit="4" StrokeLineJoin="Miter" StrokeStartLineCap="Round" StrokeEndLineCap="Round" Data="M 3 5 L 7 5"/>

Changed in inkscape:
importance: Undecided → Low
milestone: none → 0.47
status: New → Fix Committed
ScislaC (scislac)
Changed in inkscape:
status: Fix Committed → 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.