
30 Jul
2009
30 Jul
'09
12:16 p.m.
2009/7/30 Max <more4less@sina.com>:
One Simple question.
I've never used svg format before. We know it's quite easy to show an SVG file in IE or so by drag-n-drop, how can we visualize SVG file by our own, that means how to show the plots in my program not using a browser?
If you're writing a GUI application, you should look at Qt SVG http://doc.trolltech.com/4.4/qtsvg.html The doc says that "Qt supports the static features of SVG 1.2 Tiny." I don't know if it is sufficient to display the images produced by Boost.plot. Manuel Fiorelli