chrvadala / react-svg-pan-zoom

:eyes: A React component that adds pan and zoom features to SVG
https://chrvadala.github.io/react-svg-pan-zoom/
MIT License
681 stars 127 forks source link

Lazy loading or progressive loading of complex svg #222

Open Sandeepfnaik opened 11 months ago

Sandeepfnaik commented 11 months ago

I am trying to render some SVGs which has a huge number of paths in it. I want the drawing to render part by part instead of waiting for it to be completely rendered at once. is it possible here by any chance?