Tick-tock
SVG - scalable vector graphics - is an XML-based standard for storing images based on lines, curves and shapes (as opposed to photo-type pictures, which are arrays of pixels).
It's been around for some time - I think I first experimented with it in around 1999 - but there were a very limited number of programs able to create or view SVG files. That's changing, however, and SVG is gaining ground for a variety of reasons:
- An SVG file can include Javascript, which can modify the graphical components to create an animation
- It turns out to be quite a good format for delivery some types of graphics to devices like mobile phones
- Firefox supports it - which means that a very large number of people are now able to see SVG images without installing any extra software
Comments