We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ac1de4 commit fc9ec9aCopy full SHA for fc9ec9a
src/main.js
@@ -72,8 +72,6 @@ function run() {
72
automata.finalStates = finalStates;
73
automata.transitions = transitions;
74
75
- console.log(automata);
76
-
77
renderOut("Loading ...");
78
renderOutString(string);
79
verifyAFD(paper, graph, automata, string);
@@ -114,7 +112,7 @@ window.addEventListener("DOMContentLoaded", () => {
114
112
startDragTools(graph);
115
113
116
const circle = new CircleShape({
117
- position: { x: 50, y: CANVAS_HEIGHT / 2 - NODE_WIDTH },
+ position: { x: 50, y: 250 },
118
attrs: { label: { text: "q0" } },
119
});
120
0 commit comments