drawImage(img, -10, -10, 0); with different result ?!
greetings,
does someone have an explanation to why when i draw the image
(see topic :) in paint() the resulting displayed image doesn't
start with the (11,11)th pixel of img as expected but with some
different pixel, which varies depending on which emu i am using..
(btw i have not teseted on real phones)
i have not displaced the origin nor have i selected a clipping area.
(using wtk 1.0.4)
ph0x
RE: drawImage(img, -10, -10, 0); with different result ?!
Nevermind, it was just me - was resizing the image
depending on the width/height of the canvas.