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 of Change** When trying to make Skottie work better, I noticed a few places where there was a less than ideal code path. One performance improvement that can be...

**Description of Change** This sample wasn't up to date with anyone working with .Net Core 3 or later. I had to change it in the [samples repo](https://github.com/mattleibow/skiasharp-samples), but seems it...

**Description of Change** As mentioned in https://github.com/mono/SkiaSharp/pull/1191#issuecomment-608457631, add device type support for pen touch events on iOS. Android and UWP are already implemented appropriately. **Bugs Fixed** - Related to issue...

os/macOS
os/iOS
area/SkiaSharp.Views.Maui

**Description of Change** This PR makes sure to build any shipping bits on compliant images: - Windows: `AzurePipelinesWindows2022compliant` - macOS: `internal-macos-11` - Linux: `AzurePipelinesUbuntu18.04compliant` More Info: https://eng.ms/docs/initiatives/executive-order/executive-order-requirements/executiveorderoncybersecurity/buildinfraops

**Description of Change** For NETFX, SkiaSharp uses delegates because there is no packaging system and there could be potentially load an arbitrary number of libSkiaSharp - as is the case...

**Description of Change** Fixes #1911 and #1888 : Added CanvasSize to Both (`SKCanvasView.razor.cs` and `SKGLView.razor.cs`) Views ```csharp public SKSize CanvasSize => canvasSize; ``` See also similar contribution: https://github.com/mono/SkiaSharp/pull/1832 & https://github.com/mono/SkiaSharp/issues/1831...

At the moment it's not possible to disable automatic resizing of the canvas. Besides that there is a bug in the automatic resizing, I don't want the functionality at all...

Right now just SKCanvas **Description of Change** **Bugs Fixed** - Related to issue # **API Changes** **Behavioral Changes** **PR Checklist** - [ ] Has tests (if omitted, state reason in...

**Description of Change** Adding some things to make GitHub codespaces better **Bugs Fixed** None. **API Changes** None. **Behavioral Changes** None. **PR Checklist** - [ ] Has tests (if omitted, state...

**Description of Change** It would be useful to expose the dpi field in the `SKCanvasView` and `SKGLView` components. **Bugs Fixed** fixes #1831 - Related to issue # **API Changes** Added...