I have a HMLT file with a SVG embed tag, like this: <html> <head></head> <body> <div> <embed src="radial2.svg" width="100%" height="100%" type="image/svg+xml" pluginspage="http://www.adobe.com/svg/viewer/install/" /> </div> </body> </html>
This file works fine when I opened it with firefox, but dont work if the file is served by django server. The SVG image (radial2.svg) is not displayed. Any help? Thanks Clayton --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com To unsubscribe from this group, send email to django-users+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---