Skip to content

Commit 6a46fb5

Browse files
committed
Fixed incorrect path for T-Rex sample image
1 parent 0109e8b commit 6a46fb5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Microsoft.Toolkit.Uwp.SampleApp/SamplePages/ImageBlendBrush/ImageBlendBrushXaml.bind

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
<Border Grid.Column="1">
2828
<Border.Background>
2929
<media:ImageBlendBrush
30-
Source="/SamplePages/DropShadowPanel/Trex.png"
30+
Source="/SamplePages/Shadows/Trex.png"
3131
Stretch="@[Trex Stretch:Enum:Stretch.None]"
3232
Mode="@[Trex Blend Mode:Enum:ImageBlendMode.Subtract]"
3333
/>

0 commit comments

Comments
 (0)