SVG: Difference between revisions

From Citizendium
Jump to navigation Jump to search
imported>Caesar Schinas
mNo edit summary
imported>Caesar Schinas
(→‎Browser Support: Brief mention of VML in MSIE)
Line 11: Line 11:
* [[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.<ref>[http://dev.opera.com/articles/svg/ Opera's developer SVG page]</ref>
* [[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.<ref>[http://dev.opera.com/articles/svg/ Opera's developer SVG page]</ref>


As of Version 8, Internet Explorer includes no support for SVG.<ref>[http://www.msnbc.msn.com/id/26646919/ Creator of Web spots a flaw in Internet Explorer] - MSNBC</ref>
As of Version 8, [[Internet Explorer]] includes no support for SVG.<ref>[http://www.msnbc.msn.com/id/26646919/ Creator of Web spots a flaw in Internet Explorer] - MSNBC</ref>
Various [[plugin]]s are available to add SVG support to Internet Explorer.<br />
Various [[plugin]]s are available to add SVG support to Internet Explorer.<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 />
The most popular of these plugins is [[Adobe]]'s SVG Viewer. Adobe have stated that they 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]].
Internet Explorer does have native support for [[VML]], Microsoft's own vector graphical markup language on which SVG is partly based. Some SVG-based websites such as [[Google Maps]] conditionally serve SVG to modern browsers and VML to Internet Explorer, for maximum compatibility.


==History==
==History==

Revision as of 06:28, 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 of these plugins is Adobe's SVG Viewer. Adobe have stated that they 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.

Internet Explorer does have native support for VML, Microsoft's own vector graphical markup language on which SVG is partly based. Some SVG-based websites such as Google Maps conditionally serve SVG to modern browsers and VML to Internet Explorer, for maximum compatibility.

History

In April 1998, a group of four companies - Adobe, IBM, Netscape and Sun Microsystems - submitted to the W3C an XML-based vector graphics markup language called PGML (Precision Graphics Markup Language). One month later another group - consisting of Microsoft, Macromedia, Hewlett Packard, and Visio - submitted another XML-based markup language for vector graphics, called VML (Vector Markup Language).
As a result of these two proposals the W3C created the SVG Working Group, chaired by Chris Lilley, in order to develop an XML-based graphical markup language based on the two proposed formats.
The first version of SVG, SVG 1.0, became a W3C Recommendation on 4th September 2001.

Notes