Navigation xw3.org


SVG today!

With the release of Firefox 1.5, we have finally a browser that supports the SVG format natively. Let's celebrate, this is the next chapter in not only web graphics, but also web applications.

If you are browsing with firefox, you should see Me as SVG directly in your browser. You can look at the sourcecode of the image, and even import it in your vector graphics application. Since SVG have a DOM-Tree, just like HTML, we can affect it with Javascript. This makes it possible to create flash-like Animations. Not to mention what can be made out of a combination between CSS and SVG. And we can even put HTML in our SVG or embed an SVG image into an HTML page - the possibilities are great!