- added specs for `SVG.FX` -> __TODO!__
# 2.3.6
+- fixed leading and trailing in SVG.PointArray would return NaN for some points (695f26a)
- make SVG.FX.loop modify the last situation instead of the current one (#532)
- fixed test of `SVG.FX.afterAll` (#534)
- fixed `SVG.FX.speed()` (#536)
"name": "svg.js",
"repo": "wout/svg.js",
"description": "A lightweight library for manipulating and animating SVG",
- "version": "2.3.5",
+ "version": "2.3.6",
"keywords": ["svg"],
"author": "Wout Fierens <wout@woutfierens.com>",
"main": "dist/svg.js",
* @copyright Wout Fierens <wout@woutfierens.com>
* @license MIT
*
-* BUILT: Thu Oct 20 2016 17:35:41 GMT-0200 (WGST)
+* BUILT: Fri Oct 21 2016 13:38:14 GMT-0200 (WGST)
*/;
(function(root, factory) {
if (typeof define === 'function' && define.amd) {
{
"name": "svg.js",
- "version": "2.3.5",
+ "version": "2.3.6",
"description": "A lightweight library for manipulating and animating SVG.",
"url": "http://svgjs.com",
"homepage": "http://www.svgjs.com",
{
"name": "Ulrich-Matthias Schäfer",
"email": "ulima.ums@googlemail.com"
+ },
+ {
+ "name": "Jon Ege Ronnenberg",
+ "email": "jon.ronnenberg+svgjs@gmail.com",
+ "url": "https://keybase.io/dotnetcarpenter"
}
],
"licenses": [
"typings": "./svg.js.d.ts",
"scripts": {
"build": "gulp",
- "test": "karma start .config/karma.conf.js --single-run",
- "version": "npm run build && git add -A dist"
+ "test": "karma start .config/karma.conf.js --single-run"
},
"devDependencies": {
"del": "^2.2.0",