]> source.dussan.org Git - svg.js.git/commit
Fix the flip transform on both axis
authorRémi Tétreault <tetreault.remi@gmail.com>
Sun, 16 Apr 2017 02:38:22 +0000 (22:38 -0400)
committerRémi Tétreault <tetreault.remi@gmail.com>
Sun, 16 Apr 2017 02:38:22 +0000 (22:38 -0400)
commit35ff6ba258986c508f706009f39c12b667e3a2f2
tree02eb9141323d2b46a24eaf0647ac8b7e8b736da6
parent82f60c4d8a3c6ee5cf877b5e971f6180289f98b2
Fix the flip transform on both axis

This fix the bug that made calling flip without any argument (`element.flip()`)
not work.
dist/svg.js
dist/svg.min.js
spec/spec/element.js
spec/spec/fx.js
spec/spec/matrix.js
src/matrix.js
src/transform.js