svgViewer is a simple SVG viewer designed for use with Graphviz/Dot graphs. I created svgViewer in the course of doing research on reverse engineering string types from programs because I needed a viewer that would help me explore large graphs. Specifically, I needed easy panning and zooming, scaled printouts, and multiple-page printouts.
Note that svgViewer handles only the subset of SVG that I need to display my Graphviz graphs. Feel free to ask for small additions or send patches.
The viewer interface:
| Pan | Drag left mouse button |
| Zoom | Mouse wheel, +/- keys |
svgViewer is provided here as binary and source under an open-source license from the Regents of the University of California. See LICENSE.txt within the source or the about dialog of the viewer for. The code was last updated 9 August 2007.