aboutsummaryrefslogtreecommitdiffstats
path: root/spec/SpecRunner.html
diff options
context:
space:
mode:
authorUlrich-Matthias Schäfer <ulima.ums@googlemail.com>2017-02-28 18:55:27 +0100
committerUlrich-Matthias Schäfer <ulima.ums@googlemail.com>2017-02-28 18:55:27 +0100
commit49bdb2864c133c2c42fa0c5a42b30409ae044137 (patch)
tree370928a0b6e038e57b6b94353ecd8da72d220c5c /spec/SpecRunner.html
parentb2a855e196e09821e0b8463bd5fbd404d5740ed4 (diff)
downloadsvg.js-49bdb2864c133c2c42fa0c5a42b30409ae044137.tar.gz
svg.js-49bdb2864c133c2c42fa0c5a42b30409ae044137.zip
fixed bug in SVG.Transformations when creating with array/argument list.
added tests to increase code coverage
Diffstat (limited to 'spec/SpecRunner.html')
-rw-r--r--spec/SpecRunner.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/spec/SpecRunner.html b/spec/SpecRunner.html
index 3aab38d..52f156b 100644
--- a/spec/SpecRunner.html
+++ b/spec/SpecRunner.html
@@ -69,6 +69,7 @@
<script src="spec/event.js"></script>
<script src="spec/boxes.js"></script>
<script src="spec/matrix.js"></script>
+ <script src="spec/transformations.js"></script>
<script src="spec/point.js"></script>
<script src="spec/rect.js"></script>
<script src="spec/circle.js"></script>