Pinch to zoom in at position and pinch to zoom out at position broken for Android: Katalon 7.9.1

**Computer OS: ** Windows 10
Katalon version: 7.9.1
Appium version: 1.15.1
Android OS: 7

Hi I am trying to use pinch to zoom, with following parameters (pinchToZoomOutAtPosition also fails):
Mobile.pinchToZoomInAtPosition(150, 375, 50)

But it seems to fail to pinch and zoom.
Relevant part of appium log:
e[35m[HTTP]e[39m e[37m–>e[39m e[37mPOSTe[39m e[37m/wd/hub/session/564e2534-82f8-4975-8dbb-4f8bd55fcaed/touch/multi/performe[39m
e[35m[HTTP]e[39m e[90m{“actions”:[[{“action”:“press”,“options”:{“x”:150,“y”:375}},{“action”:“moveTo”,“options”:{“x”:0,“y”:-10}},{“action”:“moveTo”,“options”:{“x”:0,“y”:-10}},{“action”:“moveTo”,“options”:{“x”:0,“y”:-10}},{“action”:“moveTo”,“options”:{“x”:0,“y”:-10}},{“action”:“moveTo”,“options”:{“x”:0,“y”:-10}},{“action”:“release”,“options”:{}}],[{“action”:“press”,“options”:{“x”:150,“y”:375}},{“action”:“moveTo”,“options”:{“x”:0,“y”:10}},{“action”:“moveTo”,“options”:{“x”:0,“y”:10}},{“action”:“moveTo”,“options”:{“x”:0,“y”:10}},{“action”:“moveTo”,“options”:{“x”:0,“y”:10}},{“action”:“moveTo”,“options”:{“x”:0,“y”:10}},{“action”:“release”,“options”:{}}]]}e[39m

You can see in the screenshot it looks like it might be treating the moveto x and y coordinates as their absolute values, and not relative to the the mobile object: