Seems Safari is having some problems rendering my SVG, while other browsers does it correctly. Any idea on what is wrong?
Here is the URL:
http://bcndevcon.org/dev/infographic/
I've seen a lot of examples using iFrame, I don't know if it has something to do with the problem.
Update: Seems server is sending the wrong content type, Content-Type: text/html
Update 2: In order to draw it correctly on all browsers use xhtml insted of html extension, for example: index.html
Newbie error :)