• 作者:来源其他
  • 分类: SVG

软件简介

Manipulate SVG documents from JavaScript.

Supported natively in Firefox, Opera, and Safari and via the Adobe SVG viewer or Renesis player in IE, SVG lets you display graphics within your Web pages. Now you can easily drive the SVG canvas from your JavaScript code.

An extension package allows you to animate many of the SVG element attributes using the standard jQuery syntax.

Another extension package lets you easily draw graphs within an SVG canvas. Current styles include row and column graphs, as well as line graphs and pie charts. The graphing package allows additional styles to be plugged in.

转载自: https://www.oschina.net/p/svg+integration