Difference between revisions of "Scalable Vector Graphics"
From Wiki @ Karl Jones dot com
Karl Jones (Talk | contribs) (→Exterior Links) |
Karl Jones (Talk | contribs) (→Exterior Links) |
||
Line 34: | Line 34: | ||
[[Category:Computer graphics]] | [[Category:Computer graphics]] | ||
− | |||
[[Category:Digital image formats]] | [[Category:Digital image formats]] | ||
[[Category:XML]] | [[Category:XML]] |
Revision as of 07:24, 8 May 2016
Scalable Vector Graphics (SVG) is an XML-based image file format which uses two-dimensional vector graphics.
Description
SVG supports for interactivity and animation.
The SVG specification is an open standard developed by the World Wide Web Consortium (W3C) since 1999.
SVG images and their behaviors are defined in XML text files. This means that they can be searched, indexed, scripted, and compressed.
As XML files, SVG images can be created and edited with any text editor, but are more often created with drawing software.
Web browser support
All major modern web browsers -- including Mozilla Firefox, Internet Explorer, Google Chrome, Opera, and Safari -- have at least some degree of SVG rendering support.
See also
- Animation
- Computer graphics
- Graphics software
- Image file format
- Interactivity
- Two-dimensional
- Vector graphics
- Visual design
- Web browser
- Web image
- XML
Exterior Links
- Scalable Vector Graphics @ Wikipedia