can you try the same resolution as you had set in your logical dimension because if you try different resolution then Gideros will do some scaling and this may result somewhat similar to this
and I still do not understand why moveTo(1,1) start draw from (2,2) and lineTo(10,10) draw to (11,11). so if I want that line ended in (10,10) position - I have to write this: lineTo(9,9)?
Comments
alternatively you can also try no scale for now
Likes: ar2rsawseen
anchorpoint 0,0 works perfectly as i had expected
anchorpoint 0.5,0.5 is slightly left from its position may be 1x1 pixel is much smaller for mathematical calculation
Likes: hgvyas123