Project

General

Profile

Bug #126

Box command - incompatibility issue

Added by Nick Morison about 4 years ago. Updated over 2 years ago.

Status:
Resolved
Priority:
Normal
Target version:
-
Start date:
02/05/2020
Due date:
% Done:

0%

Estimated time:
1:00 h
Affected version:

Description

In the below code all 4 sides of the box are visible on screen in Aoz, however in Amos only the left and top are visible (so the box is being drawn 1 pixel too wide and 1 pixel too high):

#manifest:"amiga"
#fullScreen:true
#splashScreen:false

screen open 0,320,200,16,lowres
box 0,0 to 320,200 // (Shows all 4 sides on Aoz, On Amos box 0,0 to 319,199 shows all 4 sides).
wait key

Also available in: Atom PDF