|
|
SVG Demos
Testing SVG capabilites of Firefox 1.5 / Opera 8/9To test SVG capabilities in Firefox 1.5 I've created some demo files. On this page you can find links to the demos and a short description.
1) Using inline SVG to design the background of a XHTML page The SVG content is wrapped by a <div>. The z-index of the <div> is lower than the z-index of the text content of the page.
2) Bugs in Firefox 1.5 related to Hyperlinks inside of <text> tags An <a>-tag inside of a <text> tag does not work. I've filed a bugreport on Bugzilla as Bug 316959
3) Dynamically loading SVG elements with Javascript using AJAX (XMLHttpRequest)
|