index : pan-zoom | |
SVG pan/zoom library. |
aboutsummaryrefslogtreecommitdiff |
Age | Commit message (Collapse) | Author | |
---|---|---|---|
2025-03-18 | WIP: translate an object to zoomed position without scalingcm-pan-not-zoom | Catalin Mititiuc | |
2025-03-17 | Conjugate scaling operation by translating to the originHEADv0.3.1master | Catalin Mititiuc | |
https://stackoverflow.com/questions/38446666/scaling-around-a-specific-point-in-2d-coordinate-system | |||
2025-03-06 | Add Jest testing framework | Catalin Mititiuc | |
2025-03-06 | Update .gitignore file | Catalin Mititiuc | |
2025-03-06 | Update package.json | Catalin Mititiuc | |
2025-03-05 | Update README | Catalin Mititiuc | |
2025-03-05 | Add module to save and restore pan/zoom values on page reloadv0.3.0 | Catalin Mititiuc | |
2025-03-05 | Add function for panning programmatically | Catalin Mititiuc | |
2024-11-08 | Fix formatting in README.md | Catalin Mititiuc | |
2024-06-11 | Update implementation to account for WebKit bugv0.2.0 | Catalin Mititiuc | |
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 | |||
2024-04-23 | Use CSS transformations instead of manipulating the viewBox | Catalin Mititiuc | |
2024-04-15 | Initial commit | Catalin Mititiuc | |