You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have verified that I am running the latest version of ImageSharp.Drawing
I have verified if the problem exist in both DEBUG and RELEASE mode
I have searched open and closed issues to ensure it has not already been reported
Description
Although rendering is less prone to floating point accuracy issues since #96, it's still possible to stress it to produce unwanted artifacts. It might be a logical corner case unhandled by PolygonScanner instead of a numeric issue.
Steps to Reproduce
Enable and run DrawingRobustnessTests.LargeGeoJson_Lines.
antonfirsov
changed the title
Accuracy issues when drawing large and complex polygons
Rasterizing artifacts when drawing large and complex polygons
Nov 23, 2020
Prerequisites
DEBUG
andRELEASE
modeDescription
Although rendering is less prone to floating point accuracy issues since #96, it's still possible to stress it to produce unwanted artifacts. It might be a logical corner case unhandled by
PolygonScanner
instead of a numeric issue.Steps to Reproduce
Enable and run
DrawingRobustnessTests.LargeGeoJson_Lines
.The output has artifacts:
https://user-images.githubusercontent.com/6835152/97231127-5538e200-17db-11eb-9aec-e305a41b0e37.png
System Configuration
The text was updated successfully, but these errors were encountered: