]> source.dussan.org Git - svg.js.git/commit
Optimized the matrix functions so that the transform function is a multitude faster...
authorUlrich-Matthias Schäfer <ulima.ums@googlemail.com>
Mon, 8 Oct 2018 13:18:53 +0000 (15:18 +0200)
committerUlrich-Matthias Schäfer <ulima.ums@googlemail.com>
Mon, 8 Oct 2018 13:18:53 +0000 (15:18 +0200)
commitd3dd6ad74b35e674ab24a8d9bf0c3b2f336b5bca
treebb6dfe01d1f2fc0ba270b42ae0a0bcb5a61f9349
parent179187327810f9219437b371adada85b843f8b71
Optimized the matrix functions so that the transform function is a multitude faster for parameterized input
bench/runner.html
bench/tests/10000-transform.js [new file with mode: 0644]
dirty.html
spec/SpecRunner.html
spec/spec/matrix.js
src/helpers.js
src/matrix.js
src/runner.js