used software:
lispbuilder-sdl-gfx, lispbuilder-sdl from svn at revision 550
sbcl 1.0
cffi 0.9.2
sdl 1.2.11
when drawing lines with draw-aa-line-* (haven't tried draw-aa-line) the line is drawn with the red color channel omitted.
this does not occur when the line is exactly horizontal, vertical or diagonal. in that case the red color channel is used.
sdl itself behaves correctly e.g. when used by rubysdl.
i have not been able to find any trivial mistakes in lispbuilder's source code.
johann korndoerfer
cupe-sf@erleuchtet.org
Logged In: YES
user_id=500667
Originator: NO
Can you submit the actual call that exhibits this behavior? e.g.
(sdl-gfx:fraw-aa-line-* 10 20 50 60 :color (color :r 255 :g 0 :b 0))
Thanks,
- Luke