Anton Firszov
Anton Firszov
Note that that a bug has been identified in .NET that may be potentially causing this. It will be fixed in upcoming releases `6.0.18` and `7.0.7` (in June if I'm...
Are you 100% sure your code is running on the updated (6.0.18+) runtime? What is your exact dotnet runtime version?
This is not true: https://github.com/SixLabors/ImageSharp.Drawing/blob/b059f3142106b9bf12922acd5f25156a41cc1fe6/src/ImageSharp.Drawing/Processing/Extensions/DrawBezierExtensions.cs#L76-L82 An easy way to address this would be to run a find & replace for `The image this method extends`.
Most (all?) `IPath` implementations cache their tessellation data as an `InternalPath` member. Whenever we render an `IPath` (`InternalPath`) with a given `subsampling`, we first convert the `InternalPath` to a `TessellatedMultipolygon`...
I didn't mean this just for `ComplexPolygon`. `Path` and `Polygon` could use a similar constructors.
I expect most real-life paths and polygons to be created given a list of points, yet there is no way for feeding those points directly to `Path` and `Polygon` constructors....
@dotnet/ncl I think we should disable nightly stress runs for 6.0. We don't track them in stress reports, and 6.0 will reach EOL soon. Any pushback?
No failures in the last 90 days, closing.
@1811saurabh you should open a new command prompt after installing. Are you sure you have done that?
Did you reopen the terminal after installing? In case you have M1, did you follow the Arm64 link?