in src/components/ZoomableSVGGroup.js [207:216]
onTouchStart(event) {
const { clientX: dragX, clientY: dragY } = ZoomableSVGGroup.getTouchClientValues(event);
this.setState({
touching: true,
pinchLength: 0,
dragX,
dragY,
});
}