From: "dukeenggitster@..." Date: 2009-12-14T21:26:00+09:00 Subject: embed svg file in html 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

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?