kingdido999 / zooming

🔍 Image zoom that makes sense.
https://kingdido999.github.io/zooming
MIT License
1.61k stars 121 forks source link

SVG Support #336

Open vody opened 5 days ago

vody commented 5 days ago

Is your feature request related to a problem? Please describe. We have a documentation website which uses docusaurus-plugin-zooming, and we have started pushing more mermaid diagrams to it. Some of these diagrams are quite detailed; it will be awesome if the viewer can zoom in on them. In HTML, these diagrams are SVG objects and it looks like we cannot use coming with SVG now.

Describe the solution you'd like Zooming to support svg(s) in the same way as other images.

Describe alternatives you've considered Recommendation for an alternative solution to my problem.