Skip to content

Commit

Permalink
replace SkiaSharp.Svg by Svg.Skia
Browse files Browse the repository at this point in the history
  • Loading branch information
janusw committed Oct 10, 2024
1 parent 2f70a99 commit 48c9a79
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
using System.Windows.Input;
using Color = Microsoft.Maui.Graphics.Color;
using SKPaintSurfaceEventArgs = SkiaSharp.Views.Maui.SKPaintSurfaceEventArgs;
using SKSvg = SkiaSharp.Extended.Svg.SKSvg;
using SKSvg = Svg.Skia.SKSvg;

namespace Maui.FreakyControls;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="SkiaSharp.Views.Maui.Controls" Version="2.88.6" />
<PackageReference Include="SkiaSharp.Svg" Version="1.60.0" />
<PackageReference Include="Svg.Skia" Version="1.0.0.19" />
<PackageReference Include="FreakyEffects" Version="0.1.2" />
<PackageReference Include="Microsoft.Maui.Controls" Version="8.0.3" />
<PackageReference Include="Microsoft.Maui.Controls.Compatibility" Version="8.0.3" />
Expand Down

0 comments on commit 48c9a79

Please sign in to comment.