Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
wieslawsoltes committed Jan 28, 2024
1 parent 0a455d6 commit 46c1ae0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/Avalonia.Svg.Skia/SvgSource.cs
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@ public class SvgSource : SKSvg
private SKPicture? _picture;

[Content]
public string? Path { get; init; }
public string? Path { get; set; }

public Dictionary<string, string>? Entities { get; init; }
public Dictionary<string, string>? Entities { get; set; }

public string? Css { get; init; }
public string? Css { get; set; }

public override SKPicture? Picture
{
Expand Down

0 comments on commit 46c1ae0

Please sign in to comment.