﻿<Page xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
      xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
  <Grid Background="Silver">
    <Path
      Data="M33.6,314 C33.6,314 7.999,164.4 84.799,254 161.6,343.6 -12,345.999 47.999,355.599 107.999,365.199 158.400,314.799 170.400,294.000 182.400,273.200 94.400,233.200 126.400,232.400"
      Stretch="Fill"
      Stroke="Red"
      StrokeThickness="10"/>
  </Grid>
</Page>
