+<li>The transition from ScottPlot <code>5.0</code> to <code>5.1</code> has breaking changes which are likely to affect advanced users who maintain custom plot types. Upgrading our SkiaSharp from <code>2.88</code> to <code>3.119</code> brought many improvements, but significantly changed the functionality of <code>SkiaSharp.SKPaint</code> which many of our drawing operations relied on. To minimize the impact of this change, references to <code>SkiaSharp.SKPaint</code> have been replaced with <code>ScottPlot.Paint</code> which closely resembles the original API, minimizing amount of code changes required to upgrade. This version aims at making this upgrade possible, and future versions will refine these objects to improve performance and minimize allocations.
0 commit comments