Skip to content

Commit

Permalink
Update SvgSource.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
wieslawsoltes committed Mar 27, 2024
1 parent 0aa2e78 commit 913f3fd
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 @@ -18,12 +18,12 @@ namespace Avalonia.Svg.Skia;
[TypeConverter(typeof(SvgSourceTypeConverter))]
public sealed class SvgSource : IDisposable
{
private static readonly IAssetLoader s_assetLoader;
private static readonly SkiaModel s_skiaModel;
public static readonly IAssetLoader s_assetLoader;

public static readonly SkiaModel s_skiaModel;

private readonly Uri? _baseUri;
private SKPicture? _picture;

private SvgParameters? _originalParameters;
private string? _originalPath;
private Stream? _originalStream;
Expand Down

0 comments on commit 913f3fd

Please sign in to comment.