Hello
Does anybody have an idea how to display .svg file?
I managed to uplaod the file using librsvg but couldnt display in mozilla firefox
when I use [[File:abc.svg]] then the active link is 'File:D4296 0 0.svg' in blue coluor and after clicking on this takes me to the file page
when I use Imagemap <imagemap> Image:abc.svg desc none </imagemap>
I get Error: image is invalid or non-existent'' in the firefox
Dows anybody have an idea how can I dispaly it using imagmap?
Hi,
Herulee wrote:
Does anybody have an idea how to display .svg file?
I managed to uplaod the file using librsvg but couldnt display in mozilla firefox
I think it depends on whether you are asking as a user or a system administrator. If as a system administrator, you will need to do some setup. Take a look at the links here:
http://www.mediawiki.org/wiki/SVG
I looked at the steps myself and gave up a while back. :-)
If as a user, then maybe the system you're using hasn't been set up for it yet? Usually, when you click on the "Upload file" link, a list of supported files should be given. Is .svg listed as one of your options?
Ray
Hi Ray
Thanx for the reply
When I click on the 'upload file' link then I could see options Preferred file types: png, gif, jpg, jpeg, svg.
as I have allowed .svg extension for uploading $wgFileExtensions[] = 'svg';
I could upload .svg with any registerd user using librsvg but cant manage to render it in firefox
I get the erro message on firefox as I mentioned it first post image is invalid or non-existent''
Raymond Wan-2 wrote:
Hi,
Herulee wrote:
Does anybody have an idea how to display .svg file?
I managed to uplaod the file using librsvg but couldnt display in mozilla firefox
I think it depends on whether you are asking as a user or a system administrator. If as a system administrator, you will need to do some setup. Take a look at the links here:
http://www.mediawiki.org/wiki/SVG
I looked at the steps myself and gave up a while back. :-)
If as a user, then maybe the system you're using hasn't been set up for it yet? Usually, when you click on the "Upload file" link, a list of supported files should be given. Is .svg listed as one of your options?
Ray
MediaWiki-l mailing list MediaWiki-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/mediawiki-l
Hi,
Herulee wrote:
When I click on the 'upload file' link then I could see options Preferred file types: png, gif, jpg, jpeg, svg.
as I have allowed .svg extension for uploading $wgFileExtensions[] = 'svg';
Ah! Ok, you're the system administrator of the Mediawiki system; now I'm following...
I could upload .svg with any registerd user using librsvg but cant manage to render it in firefox
I get the erro message on firefox as I mentioned it first post image is invalid or non-existent''
Honestly, I'm not the best person to ask since I haven't enabled SVG before. I would suggest that you first determine whether the problem is Mediawiki or Firefox.
When you upload files, there should be a link to see a list of uploaded files -- the upload log. See if the file appears there in that list and if clicking on the file allows you to see it. Of course, also make sure that other image files work (.jpg, etc.).
If there is a problem, then you should double-check the instructions I sent to you before -- the ones I haven't yet done. :-)
http://www.mediawiki.org/wiki/SVG
For SVG, there are more things you have to do (like select a renderer, etc.). That page lists them.
As for Firefox, one thing you can try is use another browser like IE. Also, in Firefox, there seems to be an option to enable SVG. In the URL box, type "about:config". Agree to the warning and search for "svg.enabled". When you find it, it obviously should be set to "true".
Hope this helps! If not, then I'm afraid you'll have to wait for someone else to help you as I don't have any more ideas... :-(
Ray
Ahh ok
Thanx Ray I could upload the .svg file but couldnt create the thumbnail
I have installed Imagemagick
it gives me the error Error creating thumbnail: Invalid Parameter - white
Do you have any idea?
On Tue, Mar 9, 2010 at 10:07 AM, Raymond Wan r.wan@aist.go.jp wrote:
Hi,
Herulee wrote:
When I click on the 'upload file' link then I could see options Preferred file types: png, gif, jpg, jpeg, svg.
as I have allowed .svg extension for uploading $wgFileExtensions[] = 'svg';
Ah! Ok, you're the system administrator of the Mediawiki system; now I'm following...
I could upload .svg with any registerd user using librsvg but cant manage to render it in firefox
I get the erro message on firefox as I mentioned it first post image is invalid or non-existent''
Honestly, I'm not the best person to ask since I haven't enabled SVG before. I would suggest that you first determine whether the problem is Mediawiki or Firefox.
When you upload files, there should be a link to see a list of uploaded files -- the upload log. See if the file appears there in that list and if clicking on the file allows you to see it. Of course, also make sure that other image files work (.jpg, etc.).
If there is a problem, then you should double-check the instructions I sent to you before -- the ones I haven't yet done. :-)
http://www.mediawiki.org/wiki/SVG
For SVG, there are more things you have to do (like select a renderer, etc.). That page lists them.
As for Firefox, one thing you can try is use another browser like IE. Also, in Firefox, there seems to be an option to enable SVG. In the URL box, type "about:config". Agree to the warning and search for "svg.enabled". When you find it, it obviously should be set to "true".
Hope this helps! If not, then I'm afraid you'll have to wait for someone else to help you as I don't have any more ideas... :-(
Ray
MediaWiki-l mailing list MediaWiki-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/mediawiki-l
mediawiki-l@lists.wikimedia.org