Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
Ulrich-Matthias Schäfer 06c2f7b06e bump 2.5.1 il y a 7 ans
.config added test cases to increase coverage il y a 7 ans
bench speed up path parsing for most cases il y a 7 ans
dist bump 2.5.1 il y a 7 ans
spec relax test il y a 7 ans
src Speed improvements for plot() on path, polygon and poly line elements. il y a 7 ans
.gitignore added code coverage il y a 7 ans
.travis.yml speedup build for tests il y a 7 ans
CHANGELOG.md fixed `SVG.PathArray.parse` that did not correctly parsed flat arrays il y a 7 ans
LICENSE.txt Updated LICENSE il y a 7 ans
README.md added newline for readability il y a 7 ans
bower.json Updated docs il y a 7 ans
component.json bump 2.5.1 il y a 7 ans
gulpfile.js Added SVG.Symbol so SVG.adopt can pick up symbols correctly il y a 7 ans
package.json bump 2.5.1 il y a 7 ans
svg.js.d.ts typescript definitions updated, minor fix in Transformations il y a 7 ans

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