Du kannst nicht mehr als 25 Themen auswählen Themen müssen mit entweder einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.
Ulrich-Matthias Schäfer 5c7701cc09 fixed build of polyfills which was broken because of core-js update vor 4 Jahren
.config fixed build of polyfills which was broken because of core-js update vor 4 Jahren
.github Its obvious that these Issue templates were notes... vor 5 Jahren
bench minor bugfix in bbox and performance changes vor 5 Jahren
playgrounds fix playgrounds, delete unneeded files vor 5 Jahren
spec Added tests for 0 value width/height wrong path scaling vor 5 Jahren
src bump version vor 4 Jahren
.eslintrc.yaml Updated dependencies to newest version, new linter fixed stuff vor 4 Jahren
.gitignore dont generate esm bundle anymore and link to src/main.js directly. Move bower to its own repo vor 5 Jahren
.travis.yml Fix build chain so that we now have multiple builds. Details below: vor 5 Jahren
CHANGELOG.md fixed build of polyfills which was broken because of core-js update vor 4 Jahren
LICENSE.txt fix playgrounds, delete unneeded files vor 5 Jahren
README.md fixed methods not returning this and missing methods on List vor 5 Jahren
package-lock.json Updated dependencies to newest version, new linter fixed stuff vor 4 Jahren
package.json fixed build of polyfills which was broken because of core-js update vor 4 Jahren
svg.js.d.ts PathArray parse method's parameter should be optional to comply with the parent class vor 5 Jahren

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

Npm:

npm install @svgdotjs/svg.js

Yarn:

yarn add @svgdotjs/svg.js

Cdnjs:

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

Documentation

Check svgjs.com to learn more.

Donate