Anti aliasing diagonal lines and arc? ╭ ╮ ╰ ╯ ╱ ╲ ╳ #309
Closed
christianparpart
started this conversation in
Development
Replies: 2 comments 1 reply
-
Turns out g4g isn't too unhelpful, not yet antialiased, but half step through for arc lines: https://www.geeksforgeeks.org/midpoint-ellipse-drawing-algorithm/ |
Beta Was this translation helpful? Give feedback.
1 reply
-
implemented |
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
-
In the spirit of #308 I am looking for also nicely drawing diagonals as well as arc lines.
We have quite some library proposals. Maybe we also find a library hat could help creating anti aliased diagonal and arc lines?
I am having a small code path to simply fallback to font based box drawing, but that would not be pixel-perfect then.
Maybe someone has an idea?
Beta Was this translation helpful? Give feedback.
All reactions