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
Fixespappersverk#13, pappersverk#14
Replace general coordinate sorting with specific sorting for line_h/line_v.
Replace generic x-based line drawing with standard Bresenham drawing
which provides better results in all octants.
The current line drawing implementation uses a simple step-x based approach. This leads to bad results for very steep (e.g. nearly vertical) lines.
The text was updated successfully, but these errors were encountered: