-
Notifications
You must be signed in to change notification settings - Fork 123
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
DrawLineAa anti-aliased behavior is not as expected in a case #35
Comments
I'm having this issue as well. Does the anti-aliasing assume a black background or something? I could not get other other methods for drawing lines with a thickness to work, so I'm sticking with this method for now. |
Yeah, it appears to be a problem when the line is drawn onto transparent pixels. Filling the bitmap with a solid color first improves the appearance. |
This would require significant time from my end which I don't have. If you can help out, a contribution is always welcome. Otherwise please use the workaround. |
@reneschulte, |
Also do you accept Crypto Currency (Lite Coin) as donation? I do not have paypal but want to donate with LTC. |
dear friends, I think we should do the job our self. hopefully will not break anything... |
Hi,
i have trouble with DrawLineAa method. drawn line is like below image:
it is drawn by DrawLineAA, but not anti aliased!
more detail:
Do you know what is the reason of this? I'm using nuget package of WritableBitmapEx v1.5.1 on .NET 4.5.2 and windows 10
thanks
The text was updated successfully, but these errors were encountered: