Move shortFloat() into svgedit.units. Add test file for svgedit.units.

git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1966 eee81c28-f429-11dd-99c0-75d572ba1ddd
This commit is contained in:
Jeff Schiller
2011-02-02 17:28:43 +00:00
parent fe537b05a8
commit 99931f7d5b
7 changed files with 121 additions and 65 deletions

View File

@@ -12,6 +12,7 @@
<iframe src='history_test.html' width='100%' height='300'></iframe>
<iframe src='select_test.html' width='100%' height='300'></iframe>
<iframe src='draw_test.html' width='100%' height='300'></iframe>
<iframe src='units_test.html' width='100%' height='300'></iframe>
</body>
<script>
window.setTimeout(function() {
@@ -20,6 +21,6 @@ window.setTimeout(function() {
var f = iframes[i];
f.style.height = (f.contentDocument.body.scrollHeight + 20) + 'px';
}
}, 1200);
}, 5000);
</script>
</html>