This can be reproduced with the latest versions of SkiaSharp.Views.Forms 1.60.0 and Xamarin.Forms 2.5.0.280555 running on Windows 10 (FCU) with UI scaling set to more than 100%.
Reproduction steps
Here is a simple repro solution.
SKGLViewBug.zip
Moving this out again so that we can release for //build

Moving this to v1.60.3 so we can get out a version that fixes a UWP bug (#536)
Any ideas about how to fix this @mattleibow ?
@AxelUser if you have time could you take a look?
I spent some time looking at this and decided to rewrite the entire view for UWP. The current way was a fair bit of a hack, the new version in the dev/update-m68 branch is much better and will also fix the #207 bug.
This is now fixed and in the upcoming 1.68.0-preview release.