Index: tools/traceline/svgui/traceline.xml |
diff --git a/tools/traceline/svgui/traceline.xml b/tools/traceline/svgui/traceline.xml |
new file mode 100755 |
index 0000000000000000000000000000000000000000..375744d069b50de6cf8256cea12bb6ebd568c990 |
--- /dev/null |
+++ b/tools/traceline/svgui/traceline.xml |
@@ -0,0 +1,11 @@ |
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> |
+<head> |
+ <title>Traceline SVG</title> |
+ |
+ <link href="traceline.css" rel="stylesheet" type="text/css" /> |
+ <script src="traceline.js"></script> |
+</head> |
+ |
+<body onload="loadJSON(document.location.hash.substr(1).split(','));"> |
+</body> |
+</html> |