add WIP pipeline loop demo
[soc.git] / doc / div_pipeline_loop_model / index.html
diff --git a/doc/div_pipeline_loop_model/index.html b/doc/div_pipeline_loop_model/index.html
new file mode 100644 (file)
index 0000000..77f3819
--- /dev/null
@@ -0,0 +1,47 @@
+<!DOCTYPE html>
+<html>
+<title>WIP pipeline loop demo</title>
+
+<head>
+    <script src="built/main.js"></script>
+</head>
+
+<body onload="load()">
+    <svg id="diagram" viewBox="-10 -10 990 440" width="1000" height="450">
+        <style>
+            .stage_title,
+            .stage_status_text,
+            .stage_instruction_text {
+                font: 12px sans-serif;
+                fill: black;
+            }
+
+            .stage_status_text {
+                alignment-baseline: bottom;
+            }
+
+            .stage_title {
+                alignment-baseline: hanging;
+            }
+
+            .stage_instruction_text {
+                alignment-baseline: hanging;
+                text-anchor: end;
+            }
+
+            .connection {
+                fill: none;
+                stroke: black;
+                marker-end: url(#arrow);
+            }
+        </style>
+        <defs>
+            <marker id="arrow" viewBox="0 0 2 2" refX="2" refY="1" markerWidth="4" markerHeight="4"
+                orient="auto-start-reverse">
+                <path d="M 0 0 L 2 1 L 0 2 z" />
+            </marker>
+        </defs>
+    </svg>
+</body>
+
+</html>
\ No newline at end of file