index : pan-zoom | |
SVG pan/zoom library. |
aboutsummaryrefslogtreecommitdiff |
path: root/package.json
diff options
author | Catalin Mititiuc <webdevcat@proton.me> | 2025-03-17 09:57:58 -0700 |
---|---|---|
committer | Catalin Mititiuc <webdevcat@proton.me> | 2025-03-17 09:58:10 -0700 |
commit | 99d137cc0937c0342fc1076eafe609c8aa370087 (patch) | |
tree | 6337d50a36ac033169c2217047e23fe786806940 /package.json | |
parent | f0b5c1a511ba794609178e5f08e7c8f8c2ec1723 (diff) |
https://stackoverflow.com/questions/38446666/scaling-around-a-specific-point-in-2d-coordinate-system
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index 670ddbd..e46850c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "pan-zoom", - "version": "0.3.0", + "version": "0.3.1", "description": "Pan/zoom SVG images in the browser", "browser": "index.js", "files": [ |