Replies: 3 comments 2 replies
-
|
@woutware I have the strangest feeling of déjà vu reading this although I cannot find a similar discussion/issue. @tocsoft have you seen anything like this before? |
Beta Was this translation helpful? Give feedback.
-
|
Now that I'm thinking of it some more, also you have to consider how to handle drawing semi transparent pixels when drawing overlapping lines, e.g. when drawing a 20% opaque pixel. Would at the overlap be the result a 20% opaque pixel, or 0.2 x 0.2 for a single overlap (as if performing DrawLine twice for both line segments individually? |
Beta Was this translation helpful? Give feedback.
-
|
Better late than never but my new PR #377 that rewrites the library to centre around a new |
Beta Was this translation helpful? Give feedback.

Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Tested with SixLabors.ImageSharp 3.1.5, SixLabors.ImageSharp.Drawing 2.1.4, .NET 6.0:
Program to reproduce (Only draws line from (10, 10) to (20, 10). The part where it draws over itself is not drawn):
Attached is the output bitmap.
Beta Was this translation helpful? Give feedback.
All reactions