Actions
Bug #120
openRainbow Height
Start date:
02/05/2020
Due date:
% Done:
0%
Estimated time:
1:00 h
Affected version:
Description
The rainbow command seems to be ignoring the last parameter (the height).
The below draws one 32 pixel high bar in Amos, but fills the screen in AOZ:
#manifest:"amiga"
#fullScreen:true
set rainbow 0,1,32,"","","(1,1,15)(1,-1,15)"
rainbow 0,0,100,32 // height (last parameter) ignored
wait key
Files
Updated by Francois Lionet over 4 years ago
- Status changed from New to Resolved
- Target version set to 0.9.5
Fixed!
Actions
#2
Updated by Baptiste Pillot over 4 years ago
- File capture2.png capture2.png added
- File capture1.png capture1.png added
- Description updated (diff)
- Status changed from Resolved to Feedback
- source : https://www.amos2.fr/ide/Amos2/Ide/Program/477
- run : https://www.amos2.fr/run/tickleman/120
- result : a 31 pixels (with upscaling) height rainbow.
It's not exactly 32 pixels, but 31. Is it right ? not sure.
Look at the capture2.png file : 124 pixels height (4x31), instead of 128 pixels.
Updated by Brian Flanagan about 4 years ago
- Priority changed from Normal to Low
- Estimated time set to 1:00 h
Updated by Brian Flanagan almost 4 years ago
- Affected version changed from 0.9.4 to Beta 2
Re-tested in Beta 2.
It's broken worse now. I just get a black screen instead of what Pillot saw.
Actions