decorative banner

About SVG format


    SVG, which stands for Scalable Vector Graphics, revolutionizes the way graphics look and function on the Web. SVG is a vector format, as opposed to GIF, JPEG, and PNG, which are bitmap formats. Because bitmap files have to include every pixel needed to display an image, they tend to be bulky, be limited to a single (often low) resolution, and consume large amounts of bandwidth on the Web.

    SVG provides a more efficient approach to Web graphics. Because SVG files describe images as shapes, paths, text, and filter effects, the files are compact and provide high-quality graphics on the Web, in print, and even on resource-constrained, handheld devices. Users can magnify their view of an SVG image on-screen without sacrificing sharpness, detail, or clarity. In addition, SVG provides superior support for text and colors.

    The SVG format is entirely XML-based, a fact that offers many advantages to developers and users alike. With SVG, you can use XML and JavaScript to create Web graphics that respond to user actions with sophisticated effects, such as highlighting, tool tips, audio, and animation.

    Note: Users must have the SVG viewer installed to view SVG files.