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

**Description** Hello folks, thank you for the cool open source software! I am using SkiaSharp inside the game engine Godot for [this](https://github.com/file-acomplaint/GodoTeX). On Windows, it works just wonderful. Now, building...

type/bug
os/Linux

**Description of Change** This sort of started with #1657 where I was a bit hesitant to decide what to do with this type of thing. I though reflection would be...

**Description of Change** In some situations (or maybe Godot does something) looking for the libc library using the library name without the prefix causes issues. **Bugs Fixed** - Fixes #2200...

**Description** We have a mobile game that draws its screen using Xamarin.Forms and SKGLView. The game has a zoom-in and zoom-out feature. The Android version of the game works on...

**Description** For Vulkan interopt we need to communicate the ImageLayout with Skia. See the last paragraph of https://skia.org/docs/user/special/vulkan/ > GrVkImageInfo specifies a VkImage and associated state (tiling, layout, format, etc)....

backend/Vulkan

**Description** I was running version 2.80.0 and upgraded to 2.88.0. When I did that the image I was drawing with Skiasharp scaled completely different on Android but the same on...

Related issues: #848 PDFs generated with SkiaSharp are very large in size. The root cause of this issue seems to be, that Skia embeds all used fonts inside the document,...

**Description of Change** expose more api's **Bugs Fixed** None **API Changes** Added: - `bool SKBitmap.SetInfo(SKImageInfo info)` - `bool SKBitmap.SetInfo(SKImageInfo info, int rowBytes)` - `bool SKBitmap.ComputeIsOpaque()` - `void SKBitmap.AllocPixels(SKImageInfo info)` -...

**Description of Change** Adds some more ctor overloads. **API Changes** None. **Behavioral Changes** None. **Required skia PR** None. **PR Checklist** - [ ] Has tests (if omitted, state reason in...

**Description of Change** can be toggled on/off via `SKNativeObject.LOG_ALLOCATIONS` (default is false) **Bugs Fixed** - Fixes # **API Changes** None. **Behavioral Changes** None. **Required skia PR** https://github.com/mono/SkiaSharp/pull/2157 **PR Checklist** -...