SVG: Difference between revisions

From Citizendium
Jump to navigation Jump to search
imported>Caesar Schinas
imported>Caesar Schinas
(Added Notes section)
Line 4: Line 4:
The [http://www.w3.org/TR/SVG/ SVG specifications] are created, developed and maintained by the [[W3C]]. [http://www.w3.org/TR/SVG11/ SVG Version 1.1] currently has W3C Recommendation status.
The [http://www.w3.org/TR/SVG/ SVG specifications] are created, developed and maintained by the [[W3C]]. [http://www.w3.org/TR/SVG11/ SVG Version 1.1] currently has W3C Recommendation status.


===Browser Support===
==Browser Support==
All modern [[web browser]]s except [[Internet Explorer]] currently feature native support for some form of SVG.<ref>[http://www.codedread.com/svg-support.php Jeff Schiller's SVG support table]</ref>
All modern [[web browser]]s except [[Internet Explorer]] currently feature native support for some form of SVG.<ref>[http://www.codedread.com/svg-support.php Jeff Schiller's SVG support table]</ref>
* [[Gecko]]-based browsers such as [[Firefox]], [[Camino]], [[Netscape]], and [[Flock]] have have included partial support for SVG 1.1 Full since 2005.<ref>[http://www.mozilla.org/projects/svg/ Mozilla's project page for SVG]</ref>
* [[Gecko]]-based browsers such as [[Firefox]], [[Camino]], [[Netscape]], and [[Flock]] have have included partial support for SVG 1.1 Full since 2005.<ref>[http://www.mozilla.org/projects/svg/ Mozilla's project page for SVG]</ref>
Line 15: Line 15:
The most popular SVG plugin is [[Adobe]]'s SVG Viewer. Adobe will discontinue support for this plugin on 1st January 2009<ref>SVG Viewer [http://www.adobe.com/svg/eol.html end of life announcement]</ref>, but it will remain available for [http://www.adobe.com/svg/viewer/install/mainframed.html download] for the foreseeable future.<br />
The most popular SVG plugin is [[Adobe]]'s SVG Viewer. Adobe will discontinue support for this plugin on 1st January 2009<ref>SVG Viewer [http://www.adobe.com/svg/eol.html end of life announcement]</ref>, but it will remain available for [http://www.adobe.com/svg/viewer/install/mainframed.html download] for the foreseeable future.<br />
Other plugins include [[Renesis]] and [[ASV]].
Other plugins include [[Renesis]] and [[ASV]].
==Notes==
{{Reflist}}

Revision as of 05:00, 24 November 2008

This article is developing and not approved.
Main Article
Discussion
Related Articles  [?]
Bibliography  [?]
External Links  [?]
Citable Version  [?]
 
This editable Main Article is under development and subject to a disclaimer.

Scalable Vector Graphics (SVG) is a modular XML-based markup language for describing static, interactive, and animated two-dimensional vector graphics.

The SVG specifications are created, developed and maintained by the W3C. SVG Version 1.1 currently has W3C Recommendation status.

Browser Support

All modern web browsers except Internet Explorer currently feature native support for some form of SVG.[1]

  • Gecko-based browsers such as Firefox, Camino, Netscape, and Flock have have included partial support for SVG 1.1 Full since 2005.[2]
  • Webkit-based browsers such as Safari and Chrome have included partial support for SVG 1.1 Full since 2006.[3]
  • Konqueror includes partial support for SVG 1.1 Full.[4]
  • Opera 8.0 supported the SVG 1.1 Tiny specification. Opera 9.0 supported SVG 1.1 Basic and some of SVG 1.1 Full. Opera 9.5 also has partial support for SVG 1.2 Tiny.[5]

As of Version 8, Internet Explorer includes no support for SVG.[6] Various plugins are available to add SVG support to Internet Explorer.
The most popular SVG plugin is Adobe's SVG Viewer. Adobe will discontinue support for this plugin on 1st January 2009[7], but it will remain available for download for the foreseeable future.
Other plugins include Renesis and ASV.

Notes