Small Bug in fillPattern (Prima 1.08)

From: Michael Peuser h <mpeuser_at_t-online.de>
Date: Sun, 26 Jan 2003 17:18:50 +0100
To: <prima_at_prima.eu.org>

Hi,

## this works fime
backColor(0xff0000); # red
clear()

##this not
fillPatternm(fp::CloseDot) # or whatever
bar(.....)
## background is BLUE!

## workaround
backColor(0x0000ff); # blue normally ;-)
bar(.....)
## backgroud is red

Seems first and last byte are exchanged in some Prima code....

Kindly Mike
  
Received on Sun 26 Jan 2003 - 17:17:55 CET

This archive was generated by hypermail 2.2.0 : Sat 19 Mar 2011 - 18:35:04 CET