lispbuilder-sdl-gfx bug: antialiasedfhorizontal lines not drawn by

10 views
Skip to first unread message

stack9...@gmail.com

unread,
Aug 5, 2014, 1:56:28 PM8/5/14
to lispb...@googlegroups.com
I've come across this a few times now...

This draws only 2 sides of a triangle
(draw-polygon '(#(10 10) #(100 100) #(10 100) ) :color *green* :aa t) 
while this draws a triangle 
(draw-polygon '(#(10 10) #(10 100) #(100 100) ) :color *green* :aa t)

The anti-aliased polygon draw seems to have a few other bugs (drawing thicker non-antialiased lines sometimes).  I haven't had a chance to run them down.
Reply all
Reply to author
Forward
0 new messages