This commit is contained in:
thednp 2016-09-19 20:17:17 +03:00
parent 9cb1753073
commit df9554252c
5 changed files with 5 additions and 7 deletions

View file

@ -1,6 +1,6 @@
{
"name": "KUTE.js",
"version": "1.5.3",
"version": "1.5.4",
"homepage": "http://thednp.github.io/kute.js",
"authors": [
"thednp"

View file

@ -21,7 +21,7 @@
}
}( function (KUTE) {
'use strict';
var K = window.KUTE, S = S || {}, p, DOM = K.dom, PP = K.pp,
var K = window.KUTE, S = K.svg = {}, p, DOM = K.dom, PP = K.pp,
_svg = document.querySelector('path') || document.querySelector('svg'),
_ns = _svg && _svg.ownerSVGElement && _svg.ownerSVGElement.namespaceURI || 'http://www.w3.org/2000/svg',
_nm = ['strokeWidth', 'strokeOpacity', 'fillOpacity', 'stopOpacity'], // numeric SVG CSS props
@ -526,5 +526,4 @@
return c;
}
return S;
}));

File diff suppressed because one or more lines are too long

View file

@ -21,7 +21,7 @@
}
}( function (KUTE) {
'use strict';
var K = window.KUTE, S = S || {}, p, DOM = K.dom, PP = K.pp,
var K = window.KUTE, S = K.svg = {}, p, DOM = K.dom, PP = K.pp,
_svg = document.querySelector('path') || document.querySelector('svg'),
_ns = _svg && _svg.ownerSVGElement && _svg.ownerSVGElement.namespaceURI || 'http://www.w3.org/2000/svg',
_nm = ['strokeWidth', 'strokeOpacity', 'fillOpacity', 'stopOpacity'], // numeric SVG CSS props
@ -526,5 +526,4 @@
return c;
}
return S;
}));

View file

@ -1,6 +1,6 @@
{
"name": "kute.js",
"version": "1.5.3",
"version": "1.5.4",
"description": "A minimal Native Javascript animation engine.",
"main": "kute.js",
"scripts": {