34 lines
1.7 KiB
Text
34 lines
1.7 KiB
Text
|
|
<?xml version="1.0" ?>
|
||
|
|
<ResourceDictionary xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:d="http://schemas.microsoft.com/expression/blend/2008" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation">
|
||
|
|
<DrawingGroup x:Key="entry_xaml">
|
||
|
|
<DrawingGroup.ClipGeometry>
|
||
|
|
<RectangleGeometry Rect="0.0,0.0,64.0,64.0"/>
|
||
|
|
</DrawingGroup.ClipGeometry>
|
||
|
|
<GeometryDrawing>
|
||
|
|
<GeometryDrawing.Pen>
|
||
|
|
<Pen Brush="#ff000000" Thickness="3.0" DashCap="Flat"/>
|
||
|
|
</GeometryDrawing.Pen>
|
||
|
|
<GeometryDrawing.Geometry>
|
||
|
|
<PathGeometry Figures="M 33.16 21.45 L 43.07 31.36 L 33.16 41.27"/>
|
||
|
|
</GeometryDrawing.Geometry>
|
||
|
|
</GeometryDrawing>
|
||
|
|
<GeometryDrawing>
|
||
|
|
<GeometryDrawing.Pen>
|
||
|
|
<Pen Brush="#ff000000" Thickness="3.0" DashCap="Flat"/>
|
||
|
|
</GeometryDrawing.Pen>
|
||
|
|
<GeometryDrawing.Geometry>
|
||
|
|
<LineGeometry StartPoint="43.07,31.36" EndPoint="6.72,31.36"/>
|
||
|
|
</GeometryDrawing.Geometry>
|
||
|
|
</GeometryDrawing>
|
||
|
|
<GeometryDrawing>
|
||
|
|
<GeometryDrawing.Pen>
|
||
|
|
<Pen Brush="#ff000000" Thickness="3.0" DashCap="Flat"/>
|
||
|
|
</GeometryDrawing.Pen>
|
||
|
|
<GeometryDrawing.Geometry>
|
||
|
|
<PathGeometry Figures="M 22.3 37.69 V 51.45 a 2.8 2.8 0 0 0 2.8 2.81 H 50.33 a 2.8 2.8 0 0 0 2.8 -2.81 V 11.27 a 2.8 2.8 0 0 0 -2.8 -2.8 H 25.1 a 2.8 2.8 0 0 0 -2.8 2.8 V 24.51" FillRule="Nonzero"/>
|
||
|
|
</GeometryDrawing.Geometry>
|
||
|
|
</GeometryDrawing>
|
||
|
|
</DrawingGroup>
|
||
|
|
<DrawingImage Drawing="{StaticResource entry_xaml}" x:Key="di_entry_xaml"/>
|
||
|
|
</ResourceDictionary>
|