Skip to content

Demonstrates a bug with non-rectangular clipping of an image

Notifications You must be signed in to change notification settings

euju-ms/SkiaSharpClippingBug

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

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.

About

Demonstrates a bug with non-rectangular clipping of an image

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages