Log In  


Steep enough lines aren't rendered correctly when they originate off screen

This code should draw a completely solid screen. It does not.

cls()
for i = 0,260 do
line(i,127,i-5,0,1)
end

1


1

Thanks @WalrusesAreAwesome -- this was part of a clipping problem that also affected tline(), and is fixed for 0.2.2



[Please log in to post a comment]