You must modify the server configuration so that it serves svg pages with the correct mime-type, as said in http://www.w3.org/TR/SVG/intro.html#MIMEType . You can check it with Amaya using File->document info->mime-type if it's not "image/svg+xml", it's not considered as SVG. Look in you web server documentation to find out how change the mime-type served. I think that For Apache, In httpd.conf, it's something like adding those lines : <IfModule mod_mime.c> TypesConfig /PATH/conf/mime.types AddType image/svg+xml .svg </IfModule> You should post on you sever mailing-list to get more relevant answer at you questions -PaulReceived on Wednesday, 22 May 2002 11:13:04 UTC
This archive was generated by hypermail 2.4.0 : Friday, 17 January 2020 22:30:37 UTC