Skip to content

Commit

Permalink
Update SvgSource.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
wieslawsoltes committed Apr 8, 2024
1 parent 77c7409 commit 0bb1a1e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/Avalonia.Svg.Skia/SvgSource.cs
Original file line number Diff line number Diff line change
Expand Up @@ -220,9 +220,7 @@ static SvgSource()
public static SvgSource? Load(string path, Uri? baseUri = default, SvgParameters? parameters = null)
{
var source = new SvgSource(baseUri);

source._picture = LoadImpl(source, path, baseUri, parameters);

return source;
}

Expand Down

0 comments on commit 0bb1a1e

Please sign in to comment.