Skip to content

Commit 46c1ae0

Browse files
committed
Fix
1 parent 0a455d6 commit 46c1ae0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/Avalonia.Svg.Skia/SvgSource.cs

+3-3
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,11 @@ public class SvgSource : SKSvg
2323
private SKPicture? _picture;
2424

2525
[Content]
26-
public string? Path { get; init; }
26+
public string? Path { get; set; }
2727

28-
public Dictionary<string, string>? Entities { get; init; }
28+
public Dictionary<string, string>? Entities { get; set; }
2929

30-
public string? Css { get; init; }
30+
public string? Css { get; set; }
3131

3232
public override SKPicture? Picture
3333
{

0 commit comments

Comments
 (0)