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 We have created the SKBitmap and drawn a rectangle, circle, and line in .NET using AWS Lambda. We encountered an issue while using SkiaSharp.NativeAssets.Linux NuGet in an AWS...

type/bug

### Description Create a small testing app which uses SKSwapChainPanel. Here's what I am using: Visual Studio 2022. WinUI 3 SkiaSharp - 3.0.0 Preview 4.1 SkiaSharp.View.WinUI 3.0.0-Preview 4.1 .Net 8...

type/bug

Hello, I would like to inquire about a missing feature in version 2.88.3, specifically the SetPolyToPoly() function. I am currently searching for a workaround to achieve the same result, and...

**Description of Change** Implement SkCanvas::SaveLayerRec **Bugs Fixed** - Fixes #2773 **API Changes** Added: - `int SKCanvas.SaveLayer(SKRect bounds, SKPaint paint, SKImageFilter backdrop, SKSaveLayerFlags saveLayerFlags = SKSaveLayerFlags.None)` - `int SKCanvas.SaveLayer(SKRect bounds, SKPaint...

community ✨

I'm trying to determine which shapes are located by coordinates (mouse click). I realized that skia does not provide such an API and I need to implement it myself, but...

### Description #### Technology stack - .NET 9.0 Preview 6 - .NET MAUI 9.0 Preview 6 - SkiaSharp 3.0-preview4.1 - Windows / WinUI 3 1.5.x #### Bug SKGLView crashes the...

type/bug

**Description** When using SkiaSharp.Views.WindowsForms, one cannot create SkiaSharp classes (in this case, SKFont) within a custom control's constructor without breaking Visual Studio's design mode. This only seems to apply to...

### Description When using Visual Studio 17.11.0 Preview 4.0 to build a project using .NET MAUI 9.0 Preview 6 and SkiaSharp in Release configuration, the build process hangs up indefinitely...

type/bug

### Description I'm displaying different SKXamlCanvas controls in separate WinUI TabView tabs. When I remove multiple tabs, the currently selected tab drops its rendered content. I found that this is...

type/bug