Replies: 2 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.
2 replies
-
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.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
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