Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 493 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 493 Bytes

SkiaSharpClippingBug

Demonstrates a bug with non-rectangular clipping of an image

Using SKCanvas.Save() before applying non-rectangular clip to an image that is scaled causes the resulting image to be incorrectly clipped.

Left circle is done with SKCanvas.Save() while the right circle is done with SKCanvas.SaveLayer() image

Run nuget restore before running the demo app.