(layerdict)
| 869 | } |
| 870 | |
| 871 | function resetTransform(layerdict) { |
| 872 | layerdict.transform.panx = 0; |
| 873 | layerdict.transform.pany = 0; |
| 874 | layerdict.transform.zoom = 1; |
| 875 | redrawCanvas(layerdict); |
| 876 | } |
| 877 | |
| 878 | function handlePointerUp(e, layerdict) { |
| 879 | if (!e.hasOwnProperty("offsetX")) { |
no test coverage detected