Yay, it works..
if i use:
canvas
������ ������ image: surface asForm
������ ������ at: bounds origin
������ ������ sourceRect: (0@0 extent: surface extent )
������ ������ rule: 34.
instead of
canvas�� translucentImage: surface asForm at: bounds origin.
hmm.. i just don't understand why:
image: aForm at: aPoint sourceRect: sourceRect rule: rule
������ "Note: The public use of this protocol is deprecated. It will become private. Nobody in the outside world must assume that a thing like a combination rule has any specific effect."
why it is considered private?
i wanna blend my form with another using specific rule,
and this is the only protocol available for that.. weird.
(Sorry for derailing topic, but that problem was quite annoying to me, i will take more deeper look at a fix later , and reply separately ;) )