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 7 years ago
.config added test cases to increase coverage 7 years ago
bench speed up path parsing for most cases 7 years ago
dist Release 2.5.0 7 years ago
spec fixed a bug with clone which didnt copy over dom data (#621) 7 years ago
src fix bug in box when box with top and left is given which is 0 (#632) 7 years ago
.gitignore added code coverage 7 years ago
.travis.yml speedup build for tests 7 years ago
CHANGELOG.md updated changelog 7 years ago
LICENSE.txt Updated LICENSE 7 years ago
README.md added newline for readability 7 years ago
bower.json Updated docs 7 years ago
component.json Release 2.5.0 7 years ago
gulpfile.js Added SVG.Symbol so SVG.adopt can pick up symbols correctly 7 years ago
package.json Release 2.5.0 7 years ago
svg.js.d.ts add rotate() as an animation method in typescript 7 years ago

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