Virtual Mechanics: Community Forums and FAQs
Virtual Mechanics: Community Forums and FAQs
Animation / Mobile
SVG help|
Go
![]() |
New
![]() |
Find
![]() |
Notify
![]() |
Tools
![]() |
Reply
![]() |
|
|
Junior Mechanic |
Greetings.
I thought I would share the following post and reply from the Firefox User Forum. =============== After authoring a SVG page with a tool called SiteSpinnerV2, I attempted to view it with FF1.5. Many empty tabs flew by on my screen, and I was only able to stop the behavior by clicking the stop load button. I consulted some of the online SVG documentation and editted the page code, but did not have any success. dphawk =============== =============== Hi dphawk. The only real problem with the initial section of the code generated by SiteSpinnerV2 is that it doesn't bind the XLink namespace to the xlink namespace prefix, but the file then goes on to use it anyway. In plain English, the <svg> tag needs to have an attribute xmlns:xlink="http://www.w3.org/1999/xlink". So it should start like this: <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="100%" height="100%" onmousedown="mouseDown(evt);" onkeypress="keyPress(evt);" onmousemove="mouseMove(evt);" onmouseup="mouseUp(evt);" onload="StartAnimation(evt);"> <title>title</title> <desc>index</desc> For more information and guidelines on writing SVG that will work cross-browser please see http://jwatt.org/svg/authoring/#namespace-binding . It would also be great if you could contact the SiteSpinnerV2 people and encourage them to read that doc and fix their SVG. =============== Best regards, |
||
|
VM Staff![]() |
Thanks for passing this on dph, as mentioned on the other thread we're keeping our eye on how this is progressing.
- Derry |
|||
|
|
Honorary Mechanic |
Returning to the forum after some time away .. I note that SVG demos are still not working in Firefox 1.5 .. but o.k. in IE ..
e.g. http://www.virtualmechanics.com/products/engine/demos/keypath.svg |
|||
|
VM Staff![]() |
Hi DL, welcome back!
Yes, we are aware of that. First off, keep in mind that FireFox does not include as much of the SVG specification as does the Adobe SVG Viewer, so it can't display as much. Having said that, stick around for a while as you should see something on that in the not too distant future - Derry |
|||
|
| Previous Topic | Next Topic | powered by eve community |
| Please Wait. Your request is being processed... |
|

