]> source.dussan.org Git - svg.js.git/commit
Make matrixify work with transformation chain separated by commas 543/head
authorRémi Tétreault <tetreault.remi@gmail.com>
Tue, 1 Nov 2016 21:23:06 +0000 (17:23 -0400)
committerRémi Tétreault <tetreault.remi@gmail.com>
Tue, 1 Nov 2016 21:23:06 +0000 (17:23 -0400)
commit158fe9e5a415fe9fe89871a71254efef503a8b02
tree7ec6bdea2b26785be0adc5f709009efaa111fe5c
parent0e4ccbcecb421fd5cae5de5437ae8a5e488d7810
Make matrixify work with transformation chain separated by commas

According to the SVG spec, transformation chain can be separated by whitespace
and/or commas. The method matrixify was not working with transformation chain
separated by commas. This commit should fix that bug.
dist/svg.js
dist/svg.min.js
spec/spec/element.js
src/transform.js