From: "Williams, Chris" Date: 2004-12-03T03:52:01+09:00 Subject: Re: Problem with Rails and embedded SVG? > does your rails run on localhost ? Yes it does. > Maybe its a permission problem and IE only shows the SVG in its > trusted localhost domain. Well every way I'm accessing it, it's on my localhost. I tried lowering security all the way, and it still doesn't work. > In any case, rails magic stops after sending data to the browser. This > basically cannot be a rails problem. Rails is reporting it has finished in the production.log to tell me its done. So I suppose you are right. However, I am only seeing this if I run an .rhtml through the rails controller. If I have apache serve up the .rhtml with a static reference to an SVG embedded, it works. Is it just running really, really slowly through the controller so that the SVG never draws before I get too impatient (we're taking a number of minutes here). Thanks, Chris