getScreenCTM() on WebKit does not reflect transformations applied to an ancestor (see bug https://bugs.webkit.org/show_bug.cgi?id=209220), so instead of transforming the root <svg> element, we can only transform a child element
13 lines
195 B
JSON
13 lines
195 B
JSON
{
|
|
"name": "pan-zoom",
|
|
"version": "0.2.0",
|
|
"browser": "index.js",
|
|
"devDependencies": {
|
|
"esbuild": "^0.20.2",
|
|
"esbuild-server": "^0.3.0"
|
|
},
|
|
"files": [
|
|
"./src/modules"
|
|
]
|
|
}
|