diff options
author | Ulrich-Matthias Schäfer <ulima.ums@googlemail.com> | 2018-10-10 23:03:58 +0200 |
---|---|---|
committer | Ulrich-Matthias Schäfer <ulima.ums@googlemail.com> | 2018-10-10 23:03:58 +0200 |
commit | 4f3343ee7667e98a192d46ed709ce0acd96add92 (patch) | |
tree | f094029bcbecfb059fafd2a092f6b380e3133263 /spec/SpecRunner.html | |
parent | 8cde3eba2a98d9d9003033062b0efc9811315f08 (diff) | |
download | svg.js-4f3343ee7667e98a192d46ed709ce0acd96add92.tar.gz svg.js-4f3343ee7667e98a192d46ed709ce0acd96add92.zip |
fixing tests
Diffstat (limited to 'spec/SpecRunner.html')
-rw-r--r-- | spec/SpecRunner.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/spec/SpecRunner.html b/spec/SpecRunner.html index efc58a3..2a9b8d8 100644 --- a/spec/SpecRunner.html +++ b/spec/SpecRunner.html @@ -84,7 +84,7 @@ <script src="spec/line.js"></script> <script src="spec/marker.js"></script> <script src="spec/mask.js"></script>--> - <script src="spec/matrix.js"></script> + <!--<script src="spec/matrix.js"></script>--> <!--<script src="spec/number.js"></script> <script src="spec/path.js"></script> <script src="spec/pattern.js"></script> @@ -105,8 +105,8 @@ <script src="spec/utils.js"></script> <script src="spec/viewbox.js"></script> --> - <!-- <script src="spec/morphing.js"></script> + <script src="spec/morphing.js"></script> <script src="spec/animator.js"></script> - <script src="spec/runner.js"></script> --> + <script src="spec/runner.js"></script> </body> </html> |