Easy Tutorial
❮ Home Svg Line ❯

SVG Introduction


SVG is a language used to describe two-dimensional graphics and graphic applications in XML.


Prerequisites for Learning:

Before continuing, you should have a basic understanding of the following:

If you wish to learn these topics first, please select the appropriate tutorials from our homepage.


What is SVG?


SVG as a W3C Recommendation

SVG became a W3C Recommendation on January 14, 2003.

For more information on W3C's SVG activities, please visit our W3C tutorial.


History and Advantages of SVG

In January 2003, SVG 1.1 was established as a W3C standard.

Organizations involved in defining SVG include Sun Microsystems (now owned by Oracle), Adobe, Apple, IBM, and Kodak.

Advantages of using SVG over other image formats include:

SVG's main competitor is Flash.

Compared to Flash, SVG's biggest advantage is its compatibility with other standards like XSL and DOM, whereas Flash is a proprietary, non-open technology.


Viewing SVG Files

Internet Explorer 9, Firefox, Google Chrome, Opera, and Safari all support SVG.

IE8 and earlier versions require a plugin, such as Adobe SVG Browser, which is available for free.


Creating SVG Files

Since SVG is an XML file, SVG images can be created with any text editor, but it is often used in conjunction with drawing programs like Inkscape for easier creation of SVG images.

❮ Home Svg Line ❯