7 Commits

Author SHA1 Message Date
dbfe9c6fe7 Update README 2025-03-05 17:55:03 -08:00
79964ead91 Add module to save and restore pan/zoom values on page reload v0.3.0 2025-03-05 14:18:31 -08:00
ffdf173cda Add function for panning programmatically 2025-03-05 12:17:28 -08:00
ad69b0011a Fix formatting in README.md 2024-11-08 12:48:07 -08:00
9c34e15c47 Update implementation to account for WebKit bug
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
v0.2.0
2024-06-11 15:09:41 -07:00
2d3fc1cd22 Use CSS transformations instead of manipulating the viewBox 2024-04-23 10:09:51 -07:00
263201d869 Initial commit 2024-04-15 09:48:00 -07:00