SkiaSharp
SkiaSharp copied to clipboard
SkiaSharp is a cross-platform 2D graphics API for .NET platforms based on Google's Skia Graphics Library. It provides a comprehensive 2D API that can be used across mobile, server and desktop models t...
### Description I created a new WASM project using **SkiaSharp.Blazor.Views** to utilize `SKPath`, but it throws an exception, preventing access to the SkiaSharp object. My project references the following package:...
This was previously fixed by https://github.com/mono/SkiaSharp/pull/2247, however LibraryLoader is only used for netfx builds, net6.0 build doesn't contain it anymore. As of the issue details, [see the original PR](https://github.com/mono/SkiaSharp/pull/2247) Repro:...
### Description We are creating python wrapper based Web API to call C# method via python. While using SkiaSharp related code, we facing errors even loaded the SkiaSharp dlls in...
### Description In this pull request I try to Update the WindowsAppSDK Dependency to 1.6.240829007 https://github.com/Mapsui/Mapsui/pull/2747 This needs following Entry in the csproj File ``` 10.0.19041.38 ``` Which in Turn...
### Description a debugger is attached but not configured to debug this exception ### Code ``` Code Xaml : ``` Code C# : ``` using Microsoft.UI.Xaml.Navigation; using System; using System.Collections.Generic;...
### Description I'm trying to use the lottie view but the windows app crashes without any exception. In Event Viewer I can see the following error: > Faulting application name:...
### Description I upgraded my app ([Damselfly](https://github.com/webreaper/Damselfly)) to .Net 9 this week, using 9.0.100-rc2. Everything server-side seems to work, but the previously-working [ImageCanvas](https://github.com/Webreaper/Damselfly/blob/develop/Damselfly.Web.Client/Components/ImageViewer/ImageCanvas.razor) class I built to render images directly...
### Description I am not able to run an app containing an SKXamlCanvas on WindowsAppSdk 1.6, not completely sure if the issue belongs to this library or to WindowsAppSdk. ###...
### Is your feature request related to a problem? The `DrawShapedText` method is meant to be an easy replacement for `DrawText` which adds text shaping via HarfBuzz but otherwise uses...
### Description I've experiencing this regression on iOS 18 when drawing the degree symbol °. ## iOS 17.5  ## iOS 18.0  ### Code Simple project to...