Actions
Bug #465
openRainbow lines are offset, and there are gaps between the rainbow lines.
Start date:
09/03/2020
Due date:
% Done:
0%
Estimated time:
24:00 h
Affected version:
Description
Example code: (see attached snapshot for results)
#manifest:"amiga"
#fullScreen:true
#splashScreen:false
Screen Open 0,320,256,32,Lowres
Palette 0,$FFFFFF
Cls 0
set rainbow 0,0,255,"","",""
Rainbow 0,0,0,255
for y=0 to 255
rain(0,y)=y
next
Ink 1 : Box 0,0 To 319,255
wait key
They're offset both horizontally as well as vertically.
Files
Updated by Francois Lionet about 4 years ago
- Status changed from New to In Progress
This is a very tough one, it is due to the speed of the drawing of the rainbows. If you run the application on a smaller screen, then rainbows work fine.
On hold for the moment.
Updated by Brian Flanagan about 4 years ago
- Affected version changed from 0.9.9.4-RC1 to Beta RC3
Still a problem in Beta RC3.
I'm not sure what you mean by a smaller screen. It's only 320x256!
I even tried 160 x 128... with the same results!
The AOZ manifest is even worse.
I just get a black screen.
Actions