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_2" 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.333527,69.8394C 38.9052,69.8394 70.1736,38.571 70.1736,-0.000671387L -0.000610352,-0.000671387"/>
|
|
8 |
<GeometryDrawing Brush="#FF6D716D" Geometry="F1 M 0.333527,-69.8395C 38.9052,-69.8395 70.1736,-38.571 70.1736,0.000610352L -0.000610352,0.000610352"/>
|
|
9 |
<GeometryDrawing Brush="#FF6D716D" Geometry="F1 M 0.334778,-69.8395C -38.2369,-69.8395 -69.5053,-38.571 -69.5053,0.000610352L 0.668945,0.000610352"/>
|
|
10 |
</DrawingGroup.Children>
|
|
11 |
</DrawingGroup>
|
|
12 |
</DrawingBrush.Drawing>
|
|
13 |
</DrawingBrush>
|
|
14 |
</ResourceDictionary>
|