I get 0.0 and I use 4.1.1.beta2U which is the latest vm available on mac. Stef On Aug 9, 2009, at 4:35 PM, Juan Vuletich wrote:
Stéphane Ducasse wrote:
When I move a window I get the following visual effect with strike font loaded
------------------------------------------------------------------------
Print the following:
| f1 f2 | f1 := Form extent: 8@8 depth: 32. f1 fillColor: (Color r: 1.0 g: 1.0 b: 0.7 alpha: 0.6). f2 := Form extent: 8@8 depth: 32. f2 fillColor: (Color r: 0.5 g: 1.0 b: 0.7 alpha: 0.7). (BitBlt toForm: f1) sourceForm: f2; combinationRule: 20; copyBits. (f1 colorAt: 2@2) alpha
If you don't get 1.0 as the result, your VM is missing my April fix. If you do get 1.0, please zip and upload your image somewhere so I can take a look.
Cheers, Juan Vuletich