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_3" 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 69.8406,69.8394C 31.269,69.8394 0.000518799,38.571 0.000518799,-0.000671387L 70.1748,-0.000671387"/>
|
|
8 |
<GeometryDrawing Brush="#FF6D716D" Geometry="F1 M 69.8394,-69.8395C 108.411,-69.8395 139.679,-38.571 139.679,0.000610352L 69.5052,0.000610352"/>
|
|
9 |
<GeometryDrawing Brush="#FF6D716D" Geometry="F1 M 69.8406,-69.8395C 31.269,-69.8395 0.000518799,-38.571 0.000518799,0.000610352L 70.1748,0.000610352"/>
|
|
10 |
</DrawingGroup.Children>
|
|
11 |
</DrawingGroup>
|
|
12 |
</DrawingBrush.Drawing>
|
|
13 |
</DrawingBrush>
|
|
14 |
</ResourceDictionary>
|