I am generating some quite large SVG files (a couple of MBs) with a lot of elements. I would like a really fast viewer to view them.

I have tried Inkscape and Inkview, but Inkview takes 5-10 seconds to open a typical file and resizing the windows takes 1-2 seconds. Furthermore, Inkview does not support zooming. Inkscape does, but is a bit slower.

What I am after is a very fast and efficient SVG viewer. For example, if I convert my files to PDF and open them in Adobe Reader, the scrolling and zooming is quite smooth.

link|improve this question
Have you tried any other implementation? Maybe google some and try them. – Marcin Jan 11 at 13:27
feedback

migrated from stackoverflow.com Jan 13 at 9:07

This question came from our site for professional and enthusiast programmers.

1 Answer

Have you tried SVG capable web-browsers like Firefox and Opera? Both contain an SVG engine and they are optimized for displaying SVG files.

link|improve this answer
Good suggestion, but unfortunately the modern web browsers I have tried also have problems viewing these files. – Ben Jan 14 at 23:31
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.