47
|
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="Player_1" Stretch="Uniform">
|
|
4 |
<DrawingBrush.Drawing>
|
|
5 |
<DrawingGroup ClipGeometry="F1 M 0,0L 70.1742,0L 70.1742,69.84L 0,69.84L 0,0">
|
|
6 |
<DrawingGroup.Children>
|
|
7 |
<GeometryDrawing Brush="#FF6D716D" Geometry="F1 M 0.334778,139.679C -38.2369,139.679 -69.5053,108.411 -69.5053,69.8394L 0.668945,69.8394"/>
|
|
8 |
<GeometryDrawing Brush="#FF6D716D" Geometry="F1 M 0.333527,139.679C 38.9052,139.679 70.1736,108.411 70.1736,69.8394L -0.000610352,69.8394"/>
|
|
9 |
<GeometryDrawing Brush="#FF6D716D" Geometry="F1 M 0.333527,0.000518799C 38.9052,0.000518799 70.1736,31.269 70.1736,69.8407L -0.000610352,69.8407"/>
|
|
10 |
</DrawingGroup.Children>
|
|
11 |
</DrawingGroup>
|
|
12 |
</DrawingBrush.Drawing>
|
|
13 |
</DrawingBrush>
|
|
14 |
</ResourceDictionary>
|