SVG
OVERVIEW
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), multimedia (such as raster images, video, and audio), and text. Graphical objects can be grouped, styled, transformed and composited into previously rendered objects.
SVG documents 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.[1]
SVG (Scalable Vector Graphics).... LARGE portion of the Internet is still developing sites with a fixed and/or static approach to presentation. With the success of several social networking sites, performance and design scalability are no longer resigned to enterprise level class applications. Social networks and blogs demand a dynamic publishing solution for interactive content. Web development now requires sites to address publicly approved, fixed content and a need for interactive content creation. Whether one decides to purchase a complete packaged solution or have one designed around their needs and scale to meet future needs depends on the client.
SVG 1.1 PATHS
REFERENCES
1. ^ From: SVG 1.2 Tiny : About SVG
