SVG
From MDC
(Difference between revisions)
| Revision as of 23:18, 19 April 2006 Jorolo (Talk | contribs) lang spanish � Previous diff |
Current revision Federico (Talk | contribs) added language: IT |
||
| Line 53: | Line 53: | ||
| [[es:SVG]] | [[es:SVG]] | ||
| [[fr:SVG]] | [[fr:SVG]] | ||
| + | [[it:SVG]] | ||
| [[ja:SVG]] | [[ja:SVG]] | ||
| [[pl:SVG]] | [[pl:SVG]] | ||
Current revision
Getting Started
This tutorial will help get you started using SVG.
This tutorial will help get you started using SVG.
Scalable Vector Graphics (SVG) is an XML markup language for describing two-dimensional vector graphics. Basically SVG is to graphics what XHTML is to text.
SVG is similar in scope to Macromedia's proprietary Flash technology, But what distinguishes SVG from Flash, is that it is a W3C recommendation (i.e. a standard for all intents and purposes) and that it is XML-based as opposed to a closed binary format. It is explicitly designed to work with other W3C standards such as CSS, DOM and SMIL.
Categories: SVG