]> source.dussan.org Git - svg.js.git/commit
fix Morphable so that it works with color spaces. It prefers the `to` space over...
authorUlrich-Matthias Schäfer <ulima.ums@googlemail.com>
Sun, 25 Nov 2018 12:04:42 +0000 (13:04 +0100)
committerUlrich-Matthias Schäfer <ulima.ums@googlemail.com>
Sun, 25 Nov 2018 12:04:42 +0000 (13:04 +0100)
commit059058fbac867a270ceef34970f5ac04f58ec913
tree9606dc5d7ba661890dfacd7e8cf5f879d638fc15
parent0a357dd3063bcb18ccf7de446f206e8598bea9a1
fix Morphable so that it works with color spaces. It prefers the `to` space over the `from` space

- _d is initialized to 0 so toArray does not give you undefined
- fix tests
dist/svg.js
spec/spec/morphing.js
src/types/Color.js
src/types/Morphable.js