About 368,000 results
Open links in new tab
  1. GitHub - bumbu/svg-pan-zoom: JavaScript library that enables …

    Simple pan/zoom solution for SVGs in HTML. It adds events listeners for mouse scroll, double-click and pan, plus it optionally offers: It works cross-browser and supports both inline SVGs …

  2. Scrolling & zooming SVG Viewer on Windows? - Stack Overflow

    Feb 20, 2010 · Every SVG viewer I've found, including modern web browsers, does not allow us to view the entire image. There aren't any scrollbars, and we do not have the option to zoom. …

  3. svg-pan-zoom - npm

    Simple pan/zoom solution for SVGs in HTML. It adds events listeners for mouse scroll, double-click and pan, plus it optionally offers: It works cross-browser and supports both inline SVGs …

  4. Add Smooth Zoom/Pan Interactions To SVGs With svg-pan-zoom

    Feb 29, 2024 · svg-pan-zoom is a simple JavaScript library that adds interactive zooming and panning to your SVGs, whether they’re embedded using object element or displayed inline. It …

  5. OpenSeadragon

    SVG Overlay allows you to add SVG elements that pan and zoom with the OpenSeadragon viewer. OpenSeadragonViewerInputHook provides hooks into an OpenSeadragon.Viewer …

  6. SVG Viewer - View, edit, and optimize SVGs

    SVG Viewer is an online tool to view, edit and optimize SVGs.

    Missing:

    • Zoom

    Must include:

  7. Is this possible: Zoomable SVG Image Map - Stack Overflow

    Jun 13, 2011 · Nowadays people might want to check out: svg-pan-zoom Supports zooming by mouse scroll as well as mobile device touch gestures. It has its own tag here on SO. As …

  8. Online SVG Viewer - W3Chars

    Whether you're working on a logo, icon, or any other type of visual element, the SVG Viewer provides a seamless experience for exploring and optimizing your SVG assets. It allows you to …

  9. Use SVG viewBox for easy zooming - thecompetentdev.com

    To zoom to the bottom right, use 315 315 315 315 (the top-left point is the middle of the image, and the width/height is half the original). For a simple zoom-to-hover effect, you can use …

  10. Playing with SVG.js and svg-pan-zoom - CodePen

    Planning a larger project which needs to pan and zoom over some dynamically-rendered SVG. It's my first time playing with these resources, so I just wa...