You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When panning an ImageViewer the image doesn't move in the UI but the pan does change the image state. As a result the getCroppedImage() results suddenly become "flaky". This is discussed here.
The first screenshot shows the default state which seems correct to me, the second screenshot shows a zoom and left pan. Notice that the pan is rendered to the screenshot but ignored by the image viewer. To zoom in the simulator switch out of single window mode and ctrl-right mouse button drag from top left to bottom right.
The text was updated successfully, but these errors were encountered:
When panning an ImageViewer the image doesn't move in the UI but the pan does change the image state. As a result the
getCroppedImage()
results suddenly become "flaky". This is discussed here.I created the following test case:
The first screenshot shows the default state which seems correct to me, the second screenshot shows a zoom and left pan. Notice that the pan is rendered to the screenshot but ignored by the image viewer. To zoom in the simulator switch out of single window mode and ctrl-right mouse button drag from top left to bottom right.
The text was updated successfully, but these errors were encountered: