How to use SVG (Scalable Vector Graphics) to create graphics?
Scalable Vector Graphics (SVG) is a format of graphic that can be generated on the fly by using the data extracted from XML files or a database. Creating images on the fly in the other formats like GIF, JPEG, and BMP are not easy since they cannot be created dynamically by extracting data from the data file. Moreover if you view images from these formats at 200% or 300% of the actual size you will not see the images clearly and you will be seeing granular forms of the areas in the images. You need external tools like Paintbrush, Photoshop, and Fireworks

