Project

General

Profile

Bug #465

Rainbow lines are offset, and there are gaps between the rainbow lines.

Added by Brian Flanagan over 3 years ago. Updated over 3 years ago.

Status:
In Progress
Priority:
Normal
Assignee:
AOZ Studio Team
Target version:
-
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

Screen Shot 2020-09-03 at 2.16.54 PM.png (36.2 KB) Screen Shot 2020-09-03 at 2.16.54 PM.png See the gaps and horizontal offsets. Brian Flanagan, 09/03/2020 07:21 PM
#1

Updated by Brian Flanagan over 3 years ago

  • Estimated time set to 24:00 h
#2

Updated by Francois Lionet over 3 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.

#3

Updated by Brian Flanagan over 3 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.

Also available in: Atom PDF