Update kute.js

This commit is contained in:
thednp 2016-02-18 21:33:15 +02:00
parent 6b9b095118
commit ddb8212e4c

View file

@ -705,7 +705,7 @@
f[p][p1] = K.gCA(el,p1);
}
} else if (p==='path') {
f[p] = K.svg.getPath(el);
f[p] = el.getAttribute('d');
} else {
f[p] = this.gCS(p) || _d[p];
}