SkiaSharp icon indicating copy to clipboard operation
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...

Results 535 SkiaSharp issues
Sort by recently updated
recently updated
newest added

### 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:...

type/bug

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:...

type/bug

### 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...

type/bug

### 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...

type/bug

### 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;...

type/bug

### 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:...

type/bug

### 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...

type/bug

### 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. ###...

type/bug

### 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...

type/feature-request

### Description I've experiencing this regression on iOS 18 when drawing the degree symbol °. ## iOS 17.5 ![iOS 17](https://github.com/user-attachments/assets/975ca078-d846-4129-b072-103b6af4d8e7) ## iOS 18.0 ![iOS 18](https://github.com/user-attachments/assets/dfe40b19-cc34-41c8-93c4-c6475f801f38) ### Code Simple project to...

type/bug