after canvas zoom with pivot point, x- and y- coordinates are wrong
问题 I am trying to implement zooming on a canvas which should focus on a pivot point. Zooming works fine, but afterwards the user should be able to select elements on the canvas. The problem is, that my translation values seem to be incorrect, because they have a different offset, than the ones where I don't zoom to the pivot point (zoom without pivot point and dragging works fine). I used some code from this example. The relevant code is: class DragView extends View { private static float MIN