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.
dotnetCarpenter 117b7fbe8d
patch release for strict mode
7 years ago
.config added test cases to increase coverage 7 years ago
bench Updated CHANGELOG 7 years ago
dist patch release for strict mode 7 years ago
spec clean up and added changes to CHANGELOG 7 years ago
src clean up and added changes to CHANGELOG 7 years ago
.gitignore added code coverage 7 years ago
.travis.yml speedup build for tests 7 years ago
CHANGELOG.md patch release for strict mode 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 bump 2.5.1 7 years ago
gulpfile.js Added SVG.Symbol so SVG.adopt can pick up symbols correctly 7 years ago
package.json patch release for strict mode 7 years ago
svg.js.d.ts typescript definitions updated, minor fix in Transformations 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