Hello Diagramers,
Can anyone provide advice on how to export the SVG Path from an Illustrator generated SVG file for use in a RadDiagram shape? This works on simple, eg single path shapes using GIMP to export the image path but it does not work for multiple path shapes, eg a rectangle with a domed end. In the latter case the shape displays correctly but mouse clicks are processed over the domed portion and ignored over the rest of the shape. I've attached my Path data and a screen shot of the resulting shape in the hope that someone can shed some light on why I'm getting this behavior.
Regards,
Eric Gilbertson
<Style TargetType="{x:Type telerik:RadDiagramShape}" x:Key="ClipGraphBranchCell">
<Setter Property="Background" Value= "Green"/>
<Setter Property="BorderBrush" Value= "Black"/>
<Setter Property="Geometry" Value=" M 139.54,3.30 C 137.45,1.11 134.53,0.00 130.72,0.00
130.72,0.00 8.77,0.00 8.77,0.00
3.93,0.01 0.01,4.01 -0.00,8.94
-0.00,8.94 0.00,13.03 0.00,13.03
0.01,17.97 3.93,21.97 8.77,21.98
8.77,21.98 130.98,21.98 130.98,21.98
130.98,21.98 131.60,21.98 131.60,21.98
134.72,21.97 137.55,20.69 139.62,18.63
139.62,18.63 146.05,10.97 146.05,10.97
146.05,10.97 139.54,3.30 139.54,3.30 Z
M 1.50,13.03 C 1.51,17.13 4.76,20.44 8.77,20.45
8.77,20.45 130.98,20.45 130.98,20.45
131.15,20.46 131.32,20.46 131.50,20.46
133.75,20.46 135.83,19.69 137.49,18.40
137.49,18.40 137.49,3.52 137.49,3.52
135.72,2.26 133.56,1.52 131.23,1.52
131.06,1.52 130.89,1.53 130.72,1.53
130.72,1.53 8.77,1.53 8.77,1.53
4.76,1.54 1.51,4.85 1.50,8.95
1.50,8.95 1.50,13.03 1.50,13.03 Z" />
<Setter Property="IsEditable" Value="False"/>
<Style.Triggers>
<Trigger Property="IsSelected" Value="true">
<Setter Property="Background" Value="Green" />
<Setter Property="BorderBrush" Value="White"/>
</Trigger>
</Style.Triggers>
</Style>