I recently came across an intriguing SVG image file,
(yet another submarine cable map, a current obsession of mine...), marred only by fuzzy, unreadable text.
Reduced original:
Full size original, equally unreadable:
The current "SVGviewer" topic looked like a promising source for a quick fix to properly view and resize the above image.
However, as some of the interesting references given therein lead to dead-ends, a few substitute methods were considered to solve the issue:
1. XML code tuning
Since the target image is defined in an SVG text file, it should be possible to fiddle with the (clumsy) XML code and tune it to resize the image correctly;
(remember: SVG = Scalable Vector Graphics).
However, that would involve arduous work in perusing an SVG 101 primer;
as a certified practitioner of the least effort expenditure principle, I had to reluctantly turn down this option...
2. Using online sites providing free SVG reading-resizing service.
After testing several such sites with disappointing results, the following candidate
appears to provide some fairly decent outcome:
3. Lazy person "Quick & Dirty" solution: opening SVG file in Chrome / IE11 browsers
3.1 Chrome (59.0)
"CTL-O" will let you select the appropriate *.svg, which does indeed render fine, in a fixed display box.
Regrettably, no amount of "CTL+/CTL-" will convince Chrome to resize the SVG, which stubbornly retains its original size...
3.2 MS IE(11)
Rather surprisingly, the very same SVG file will open nicely in a scrollable combo-box, and resize gracefully, up or down, via CTL+/CTL-
Furthermore, the rescaled file can be saved as any of *.png / *.bmp / *.svg file.
A rare case of Microsoft getting the better of Google...
Scaled up, cropped original:
SVG rescaling problem licked...