When configuring a larger float type rect path with SKCanvas.ClipPath, it may result in missing parts of the final rendered image. However, if it is of type int, this issue does not exist. using ...
While trying to render text using SkiaSharp in .NET 8 (AWS Lambda), the text does not appear. It works correctly in .NET 6. We have tested with versions 2.88.6, 2.88.9, and 3.116.1 of SkiaSharp. The ...