SVG: Difference between revisions

From XPUB & Lens-Based wiki
No edit summary
No edit summary
Line 23: Line 23:


[http://www.svgopen.org/ SVG Open Conference], hosted by Microsoft (wtf?!) desperation (lost market share) makes strange bedfellows
[http://www.svgopen.org/ SVG Open Conference], hosted by Microsoft (wtf?!) desperation (lost market share) makes strange bedfellows
[http://dev.w3.org/csswg/css3-animations/ CSS Animations]

Revision as of 16:46, 1 October 2011

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.

In proprietary terms, SVG could be compared to a vector-graphics formats like those used by Adobe Illustrator or Flash.

Have a nice day!

SVG Open Conference, hosted by Microsoft (wtf?!) desperation (lost market share) makes strange bedfellows

CSS Animations