Web Dev Solutions

Catalin Mititiuc

aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2024-11-08Fix formatting in README.mdHEADmasterCatalin Mititiuc
2024-06-11Update implementation to account for WebKit bugv0.2.0Catalin 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-23Use CSS transformations instead of manipulating the viewBoxCatalin Mititiuc
2024-04-15Initial commitCatalin Mititiuc