93
|
1 |
<?xml version="1.0" encoding="utf-8"?>
|
|
2 |
<ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
|
|
3 |
<DrawingBrush x:Key="FForward" Stretch="Uniform">
|
|
4 |
<DrawingBrush.Drawing>
|
|
5 |
<DrawingGroup ClipGeometry="F1 M 0,0L 14.4647,0L 14.4647,10.7882L 0,10.7882L 0,0">
|
|
6 |
<DrawingGroup.Children>
|
|
7 |
<GeometryDrawing Brush="#FFFFFFFF" Geometry="F1 M 9.36462,5.98694L 0.0999756,10.6882L 0.0999756,9.0683L 7.03815,5.67334L 7.03815,5.60779L 0.0999756,1.73376L 0.0999756,0.100037L 9.36462,5.34589L 9.36462,5.98694 Z ">
|
|
8 |
<GeometryDrawing.Pen>
|
|
9 |
<Pen Thickness="0.199975" LineJoin="Round" Brush="#FF000000"/>
|
|
10 |
</GeometryDrawing.Pen>
|
|
11 |
</GeometryDrawing>
|
|
12 |
<GeometryDrawing Brush="#FFFFFFFF" Geometry="F1 M 14.3646,5.98694L 5.09998,10.6882L 5.09998,9.0683L 12.0381,5.67334L 12.0381,5.60779L 5.09998,1.73376L 5.09998,0.100037L 14.3646,5.34589L 14.3646,5.98694 Z ">
|
|
13 |
<GeometryDrawing.Pen>
|
|
14 |
<Pen Thickness="0.199975" LineJoin="Round" Brush="#FF000000"/>
|
|
15 |
</GeometryDrawing.Pen>
|
|
16 |
</GeometryDrawing>
|
|
17 |
</DrawingGroup.Children>
|
|
18 |
</DrawingGroup>
|
|
19 |
</DrawingBrush.Drawing>
|
|
20 |
</DrawingBrush>
|
|
21 |
</ResourceDictionary>
|