Skip to content

Commit

Permalink
Update Program.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
wieslawsoltes committed Dec 9, 2023
1 parent 43b6e89 commit a2d33ce
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions src/SvgToXaml.Desktop/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,7 @@ public static AppBuilder BuildAvaloniaApp()
return AppBuilder.Configure<App>()
.UsePlatformDetect()
.LogToTrace()
.UseSkia()
.With(new Win32PlatformOptions()
{
})
.With(new X11PlatformOptions()
{
})
.With(new AvaloniaNativePlatformOptions()
{
});
.WithInterFont()
.UseSkia();
}
}

0 comments on commit a2d33ce

Please sign in to comment.