SVG

From XPUB & Lens-Based wiki
Revision as of 14:02, 1 October 2013 by Michael Murtaugh (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Scalable Vector Graphics

SVG is a language for describing two-dimensional graphics in XML [XML10]. SVG allows for three types of graphic objects: vector graphic shapes (e.g., paths consisting of straight lines and curves), images and text. Graphical objects can be grouped, styled, transformed and composited into previously rendered objects. The feature set includes nested transformations, clipping paths, alpha masks, filter effects and template objects.

SVG drawings can be interactive and dynamic. Animations can be defined and triggered either declaratively (i.e., by embedding SVG animation elements in SVG content) or via scripting.

SVG can be compared to a proprietary vector graphic formats like those used by Adobe Illustrator or Flash.

Specification

Embedding SVG

Events

SVG Open Conference

SVG Animation

SVG's can be animated in 3 ways: