Hello !
I'm using the library to enable zoom functionality on multiple SVG images on the same page. While it works fine for the first image, the second image occasionally doesn't appear until the page has been refreshed multiple times (When I verified I found that it take 0 as values : transform="matrix(0,0,0,0,0,0)" style="transform: matrix(0, 0, 0, 0, 0, 0);" ). I just want to confirm if the library is designed to handle this situation as well.
I did the test on both web browsers Chrome and Microsoft edge.
Thank you!