Skip to content

Commit f1dac5e

Browse files
2 parents 48d5df0 + 542ecc9 commit f1dac5e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Demos.Core/SignaturePadDemos/BackgroundImageDemo.razor

+2-1
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,13 @@
1818
}
1919

2020

21+
2122
@code {
2223
public MyInput Input { get; set; } = new();
2324

2425
public SignaturePadOptions MyOptions { get; set; } = new()
2526
{
26-
BackgroundImage = "/Pickup.png",
27+
BackgroundImage = "Pickup.png",
2728
LineWidth = 3,
2829
StrokeStyle = System.Drawing.Color.Red
2930
};

0 commit comments

Comments
 (0)