Category:RDF:Tools - MDC, Web Development - MDC, DOM:window.scrollByPages - MDC, Related changes - MDC, Spanish Alphabet, Firefox 1.5 for developers - MDC, QA - History - MDC, nsIConsoleService - MDC, Web Development - History - MDC, Category:Web Development:Tools - MDC

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.
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.


Documentation

SVG in Firefox 1.5
This article describes the subset and behavior of the SVG 1.1 specification as currently implemented in Firefox 1.5.
An Introduction to using SVG in XHTML
This article and its associated example show how to use inline SVG to provide a background picture for a form. It shows how JavaScript and CSS can be used to manipulate the picture in the same way you would script regular XHTML.
SVG Authoring Guidelines
jwatt here discusses some of the most common mistakes made in SVG content, and explains what SVG maintainers can do to fix them.
Mozilla SVG Project FAQ
This FAQ was originally drawn up after searching through the newsgroup mozilla.dev.tech.svg and the discussion forums at forums.mozillazine.org to see what sort of questions were being asked about SVG in Mozilla.

View All...

Community

  • View Mozilla forums...
    • as a mailing list
    • as a newsgroup
    • as a Google Group
    • as a Web feed
  • SVG Wiki

Tools

  • SVG Test Suite
  • SVG Validator

View All...

Related Topics

XML


Retrieved from "http://developer.mozilla.org/en/docs/SVG"