Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion RaceOverlay/Overlays/Inputs/Inputs.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
<Viewbox RenderTransformOrigin="0.5,0.5">
<Path Width="30" Height="30" Stretch="Uniform" Data="M 247.44179,46.557852 C 151.47822,50.244921 68.662649,114.97029 41.901952,207.20082 c -26.760719,92.23053 8.54934,191.23013 87.636328,245.7082 11.86848,8.17539 25.94062,12.55313 40.35235,12.55313 57.40625,0 114.8125,0 172.21875,0 14.41173,0 28.48385,-4.37774 40.35233,-12.55313 79.08701,-54.47807 114.39705,-153.47767 87.63634,-245.7082 C 443.33733,114.97029 360.5218,50.244921 264.55821,46.557852 c -6.34618,-0.0054 -10.91379,-0.04218 -17.11642,0 z m 7.89492,52.811722 0.007,0 0.007,0 c 0.44628,0.0379 0.88351,0.0185 1.29845,0 l 0.007,0 0.007,0 c 76.35161,0.2981 143.1355,51.479266 163.27265,125.128126 -0.64112,0.17646 -0.64187,0.17656 0,8e-4 1.2929,4.72868 -2.27665,9.40547 -7.17891,9.40547 l -156.75703,0 -156.75703,0 c -4.902251,0 -8.471807,-4.67679 -7.178903,-9.40547 0.641868,0.17538 0.641112,0.17528 0,-8e-4 C 112.2012,150.84884 178.98544,99.667674 255.33671,99.369574 Z M 94.915229,284.44614 c 0.615531,-0.0108 1.246671,0.055 1.883211,0.20741 60.33773,14.44715 108.88138,59.1281 128.26992,118.06407 1.58106,4.80606 -2.01163,9.76992 -7.0711,9.76992 l -48.10663,0 c -3.67888,0 -7.27113,-1.11699 -10.30079,-3.20391 -39.2036,-27.0047 -65.283959,-69.21483 -71.895707,-116.35781 -0.636348,-4.5373 2.91246,-8.40137 7.221096,-8.47968 z m 322.169531,0 c 4.30865,0.0784 7.85745,3.94238 7.2211,8.47968 -6.61174,47.14298 -32.69211,89.35311 -71.89571,116.35781 -3.02965,2.08692 -6.6219,3.20391 -10.30077,3.20391 l -48.10665,0 c -5.05945,0 -8.65217,-4.96386 -7.07108,-9.76992 19.3885,-58.93597 67.93217,-103.61692 128.26992,-118.06407 0.63653,-0.1524 1.26768,-0.21857 1.88319,-0.20741 z" Fill="White">
<Path.RenderTransform>
<RotateTransform x:Name="SteeringRotation" Angle="0" CenterX="20" CenterY="20"/>
<RotateTransform x:Name="SteeringRotation" Angle="0" CenterX="15" CenterY="15"/>
</Path.RenderTransform>
</Path>
</Viewbox>
Expand Down
Loading