Home / Drawing & SVG / jQuery SVG

jQuery SVG

Download Demo
  • Overview
  • Documents
User Rating: 3.4/5 ( 1 votes)
Your Rating:

SVG (Scalable Vector Graphics) is a modularized language for describing two-dimensional vector and mixed vector/raster graphics in XML. It is a W3C Recommendation currently at version 1.1.

SVG is a language for describing two-dimensional graphics in XML. 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 is implemented in Firefox natively from version 1.5, Opera natively from version 8.5, Safari natively from version 3.0, and in IE from Windows 98 onwards via theAdobe SVG viewer or the Renesis Player. Not every SVG construct is supported by these implementations.

Scroll To Top