Bug #43
openPatterns have reversed colours
0%
Description
set pattern 3:set paint 1
ink 2
bar 40,100 to 60,120
set pattern 5:set paint 0
ink 6
bar 70,100 to 90,120
AMOS shows white "" and blue lines, not a white and blue background on them.
Files
Updated by Baptiste Pillot almost 5 years ago
- File 0.9.2.6.png 0.9.2.6.png added
- File 0.9.3.1.png 0.9.3.1.png added
I am not an expert on AMOS patterns.
Here are the results, please confirm if it is fixed :
0.9.2.6 result :
0.9.3.1 result :
Please confirm if the new result is ok thanks to AMOS/AOZ specifications.
Updated by Baptiste Pillot almost 5 years ago
- File 0.9.2.6.png 0.9.2.6.png added
- File 0.9.3.1.png 0.9.3.1.png added
Updated by Baptiste Pillot almost 5 years ago
- Status changed from Resolved to Feedback
Updated by Paul Kitching almost 5 years ago
- File Patterns.png Patterns.png added
There are quite a few problems with it, still.
I've attached a pic. On the left is AOZ, AMOS Pro on the right.
Here is the code:
cls 0
set paint 1
ink 2,4,5
bar 40,50 to 60,70
set pattern 3:set paint 1
bar 40,100 to 60,120
set pattern 5:set paint 0
ink 6,7,8
bar 70,100 to 90,120
The first pattern should be a solid fill, not pattern 4. It seems to be using the background ink colour as the pattern. The rest is correct.
The one below should be using ink colour 4 for the background (red). The foreground and border are correct (ink 2 and 5)
The one on the right should be a different pattern (it's using pattern 7), and be using colour 7 for the background. Ink 6 is correct for the foreground pattern colour, and the border is off, which is correct.
Updated by Baptiste Pillot almost 5 years ago
Thanks for this detailed example.
Confirmed still not working in version 0.9.3.2.
Updated by Paul Kitching over 4 years ago
This is almost working. It actually IS, but is producing wrong results because of bug 145 (the default colours are wrong). Apart from that it is doing what it should be doing.
Updated by David Baldwin about 3 years ago
- Status changed from Feedback to Resolved