Forum OpenACS Development: Re: SVG on AOLServer

Collapse
2: Re: SVG on AOLServer (response to 1)
Posted by Patrick Giagnocavo on
There are two things I would check.

First, does your web browser properly display SVG files?

Second, if the web browser does display SVG files, then probably the MIME-type is not being set right when AOLserver serves the file.  In this case, adding the proper MIME type to the AOLserver config.tcl file should fix it.

Collapse
3: Re: SVG on AOLServer (response to 2)
Posted by Matthew Taylor on
Thanks for your help Patrick.

In addition to your advice I found that I have to use the <embed> tag as oppossed to the <img> tag, if anyone else is interested.