diff options
author | Ulrich-Matthias Schäfer <ulima.ums@googlemail.com> | 2016-05-13 13:32:48 +0200 |
---|---|---|
committer | Ulrich-Matthias Schäfer <ulima.ums@googlemail.com> | 2016-05-13 13:32:48 +0200 |
commit | c0197097c4c1951ea5aa5392ff75473a7ae2e64d (patch) | |
tree | 37fb3893e368b43cbf45a73c769600db7c27a06a /spec/SpecRunner.html | |
parent | cdf8e1467f5c6e0d4f9d62a7ca64d93b87a448e0 (diff) | |
download | svg.js-c0197097c4c1951ea5aa5392ff75473a7ae2e64d.tar.gz svg.js-c0197097c4c1951ea5aa5392ff75473a7ae2e64d.zip |
fixed string parsing in viewbox (#483), specs `SVG.ViewBox`
Diffstat (limited to 'spec/SpecRunner.html')
-rw-r--r-- | spec/SpecRunner.html | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/spec/SpecRunner.html b/spec/SpecRunner.html index 81b64af..4f204a6 100644 --- a/spec/SpecRunner.html +++ b/spec/SpecRunner.html @@ -19,7 +19,7 @@ z-index: -1; } </style> - + <!-- include source files here... --> <script src="../dist/svg.js" charset="utf-8"></script> @@ -45,7 +45,7 @@ <polygon points="200,10 250,190 160,210" /> <polyline points="20,20 40,25 60,40 80,120 120,140 200,180" /> </svg> - + <!-- include spec files here... --> <script src="spec/svg.js"></script> <script src="spec/selector.js"></script> @@ -83,6 +83,7 @@ <script src="spec/number.js"></script> <script src="spec/array.js"></script> <script src="spec/hyperlink.js"></script> + <script src="spec/viewbox.js"></script> <script src="spec/fx.js"></script> <script type="text/javascript" src="spec/helper.js"></script> |