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 329 SkiaSharp issues
Sort by recently updated
recently updated
newest added

### Description System.AccessViolationException throws randomly at SKImage.Subset(SKRectI subset) Skia version with issue: 2.88.6 Last known good version: None **Replication steps:** **Step1**: Install JMeter: Download and install Apache JMeter from below...

type/bug

### Description I've noticed that we have some decode issues in our app with some PNG images. For example this one: ![temp](https://github.com/mono/SkiaSharp/assets/405031/7d7ee2d5-81e4-49e8-891b-eeb3dcde41a8) It's loading fine in OS (Windows 11), but...

type/bug

**Description** SKGLView doesn't repaint if it's in a TabBar. **Code** AppShell.xaml - puts the MainPage with the MySKGLView in a tab bar. When the tabs switch, the MySKGLView doesn't redraw...

Clone should operate on SkCompatPaint **Description of Change** Fix crash on dispose of a cloned SKPaint **Bugs Fixed** - Fixes #2899 **API Changes** None. **Behavioral Changes** None. **Required skia PR**...

community ✨

### Description I have a simple console application which create a bitmap and a canvas, then draw using a paint made from custom sksl shader. However, when canvas.DrawPaint(paint) is called,...

type/bug

**Description** Im using SkiaSharp to create an XPS (and/or PDF) document that includes images for printing. Images in PDF are correctly stretched to fit the required rect, but on XPS...

**Is your feature request related to a problem? Please describe.** JPEG images and other image file types can have additional metadata properties that can enhance how the picture is interpreted...

### Description Google Play Console is reporting several crashes for Xamarin Android with SkiaSharp 2.88.8 in libGLESv2_mtk.so. ### Code https://github.com/hyvanmielenpelit/GnollHack ### Expected Behavior SkiaSharp does not crash ### Actual Behavior...

type/bug

### Description `AccessViolationException` is thrown from the finalizer thread during `DisposeNative()` of an `SKPaint` that is created using the `Clone()` method. This happens whether or not the user actually disposes...

type/bug

I'm using SkiaSharp on Windows. My project is targeting net5.0. When I restore SkiaSharp nuget package this is the warning I get: Warning NU1701: Package 'OpenTK 3.1.0' was restored using...