anvaka / panzoom

Universal pan and zoom library (DOM, SVG, Custom)

Home Page:https://anvaka.github.io/panzoom/demo/attach-via-script.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

parentCTM is null in FireFox

Zumpel96 opened this issue · comments

I get the following error message in FireFox (91.2.0esr (64-bit)):

parentCTM is null
transformToScreen@https://unpkg.com/panzoom@9.4.0/dist/panzoom.min.js:1:5110
zoomByRatio@https://unpkg.com/panzoom@9.4.0/dist/panzoom.min.js:1:8361
zoomAbs@https://unpkg.com/panzoom@9.4.0/dist/panzoom.min.js:1:8789
createPanZoom@https://unpkg.com/panzoom@9.4.0/dist/panzoom.min.js:1:4296

Everything else works in Chromium based browsers. Couldn't test it under Safari