diff options
author | Ulrich-Matthias Schäfer <ulima.ums@googlemail.com> | 2016-10-12 18:18:36 +0200 |
---|---|---|
committer | Ulrich-Matthias Schäfer <ulima.ums@googlemail.com> | 2016-10-12 18:18:36 +0200 |
commit | 42664efc087efacec3d44af87919a7305720c9bc (patch) | |
tree | af1c8ff967c718bb38d6d0a90cea4cb7341bb199 /spec/SpecRunner.html | |
parent | 26ac29a1431103b037003b97e4ce52cd3bc5a401 (diff) | |
download | svg.js-42664efc087efacec3d44af87919a7305720c9bc.tar.gz svg.js-42664efc087efacec3d44af87919a7305720c9bc.zip |
Removed wrong tests in sugar.js, fixed remaining tests. Made fill and stroke a nop when no argument given
Diffstat (limited to 'spec/SpecRunner.html')
-rw-r--r-- | spec/SpecRunner.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/spec/SpecRunner.html b/spec/SpecRunner.html index 566092b..664ede1 100644 --- a/spec/SpecRunner.html +++ b/spec/SpecRunner.html @@ -85,6 +85,7 @@ <script src="spec/array.js"></script> <script src="spec/hyperlink.js"></script> <script src="spec/viewbox.js"></script> + <script src="spec/sugar.js"></script> <script src="spec/fx.js"></script> <script type="text/javascript" src="spec/helper.js"></script> |