My first ruby contribution
I had some code accepted into a Ruby project yesterday. Run, don’t walk to SVG::Graph, an SVG graphing package. I am quite pathetically excited about it. Does anyone know of an SVG viewer that runs in Firefox?
I had some code accepted into a Ruby project yesterday. Run, don’t walk to SVG::Graph, an SVG graphing package. I am quite pathetically excited about it. Does anyone know of an SVG viewer that runs in Firefox?
April 27th, 2006 at 6:12 pm
Hehe, yeah - Firefox itself! Firefox 1.5 supports SVG natively (though some big parts are missing). Opera 9 also supports most of SVG.
April 27th, 2006 at 6:13 pm
Looks pretty decent - unfortunately Fx doesn’t support the blur filter, so it doesn’t look as slick (but the Adobe SVG Viewer can be installed for Firefox 1.5 too - in which case you have to turn off native rendering via about:config).
April 27th, 2006 at 8:11 pm
I also use SVG::Graph, and agree that it rocks!
And you don’t need an SVG viewer for Firefox 1.5 - it has built in SVG support. You can even include SVG markup inline with your XHTML! Check out the following links:
http://www.svgfaq.com/Inline.asp
http://labs.silverorange.com/archives/2006/january/howtoinclude