You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Ulrich-Matthias Schäfer 1b8d97b266 Release 2.5.0 hace 7 años
.config added test cases to increase coverage hace 7 años
bench speed up path parsing for most cases hace 7 años
dist Release 2.5.0 hace 7 años
spec fixed a bug with clone which didnt copy over dom data (#621) hace 7 años
src fix bug in box when box with top and left is given which is 0 (#632) hace 7 años
.gitignore added code coverage hace 7 años
.travis.yml speedup build for tests hace 7 años
CHANGELOG.md updated changelog hace 7 años
LICENSE.txt Updated LICENSE hace 7 años
README.md added newline for readability hace 7 años
bower.json Updated docs hace 7 años
component.json Release 2.5.0 hace 7 años
gulpfile.js Added SVG.Symbol so SVG.adopt can pick up symbols correctly hace 7 años
package.json Release 2.5.0 hace 7 años
svg.js.d.ts add rotate() as an animation method in typescript hace 7 años

README.md

SVG.js

Build Status Coverage Status CDNJS

A lightweight library for manipulating and animating SVG, without any dependencies.

SVG.js is licensed under the terms of the MIT License.

Installation

Bower:

bower install svg.js

Node:

npm install svg.js

Cdnjs:

https://cdnjs.com/libraries/svg.js

Documentation

Check https://svgdotjs.github.io to learn more.

Donate