Acknowledged

instinct 2 2s bad dimension in sim

code

    dc.drawCircle(dc.getWidth()/2 , dc.getHeight()/2, dc.getWidth()/2);
    dc.drawCircle(dc.getWidth()/2 , dc.getHeight()/2, dc.getHeight()/2);

produces drawing like below

Parents
  • I don't have any special code :⁠-⁠). This is the only device with not symmetric screen (visible part).

    So problem is with all based on middle width and I have to move some part on drawing left and shorten width. As I've written, more work for only one device.

Comment
  • I don't have any special code :⁠-⁠). This is the only device with not symmetric screen (visible part).

    So problem is with all based on middle width and I have to move some part on drawing left and shorten width. As I've written, more work for only one device.

Children
No Data