From: Arndt Roger Schneider Date: 2009-12-14T22:30:06+09:00 Subject: Re: embed svg file in html dukeenggitster@gmail.com schrieb: >In my rails application view i am using a svg file.I have a >static .svg file and then embed it in a html file. > > > >

Level 2 GSmart Report

> > >
> width='100%' height='100%' /> >
> > > >in controller i render the html file. > > render :file =>'C:/instantrails/rails_app/ALUgsm/app/views/alu_gsm/ >report.html' > > >It is showing the html but not svg content. >Can anybody help me,what to do? > > Congratulation! The Jeszra documentation and Gestalitems use lots of svgs: See http://jeszra.sourceforge.net/jeszra/index.html http://jeszra.sourceforge.net/pages/index.htm http://gestaltitems.sourceforge.net If you don't see any svg, then your browser is the culprit. Camino 2.0 for example does not show html embedded svgs... bug in the browser. If you see them: -roger