Skip to content

Commit 88b7b6f

Browse files
committed
legend changes
1 parent e9e580f commit 88b7b6f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/api/cfg/GraphVizService.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@ export class GraphVizService {
2323
return `
2424
subgraph cluster_legend {
2525
label="Legend";
26-
legend1 [label=< <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" CELLPADDING="4"><TR><TD COLSPAN="3"><font color="#ffffff">Not run in transaction</font></TD></TR><TR><TD><font color="#12cc12">0x3f</font></TD><TD ID="3f" HREF=" "><font color="#12cc12">JUMPDEST</font></TD></TR></TABLE> >]
27-
legend2 [label=< <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" CELLPADDING="4"><TR><TD COLSPAN="3"><font color="#ffffff">Run in transaction</font></TD></TR><TR><TD><font color="#ff1020">0x0</font></TD><TD><font color="#ff1020">PUSH1</font></TD><TD><font color="#ff1020">0x80</font></TD></TR></TABLE> >]
28-
legend3 [label=< <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" CELLPADDING="4"><TR><TD COLSPAN="3"><font color="#ffffff">Run in transaction</font></TD></TR><TR><TD COLSPAN="3"><font color="#ffffff">Belongs to a loop</font></TD></TR><TR><TD><font color="#CD950C">0x3f</font></TD><TD ID="3f" HREF=" "><font color="#CD950C">JUMPDEST</font></TD></TR></TABLE> >]
26+
legend1 [label=< <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" CELLPADDING="4"><TR><TD COLSPAN="3"><font color="#ffffff">Not run in transaction</font></TD></TR><TR><TD><font color="#12cc12">0x00</font></TD><TD><font color="#12cc12">PUSH1</font></TD></TR></TABLE> >]
27+
legend2 [label=< <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" CELLPADDING="4"><TR><TD COLSPAN="3"><font color="#ffffff">Run in transaction</font></TD></TR><TR><TD><font color="#ff1020">0x00</font></TD><TD><font color="#ff1020">PUSH1</font></TD></TR></TABLE> >]
28+
legend3 [label=< <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" CELLPADDING="4"><TR><TD COLSPAN="3"><font color="#ffffff">Run in transaction</font></TD></TR><TR><TD COLSPAN="3"><font color="#ffffff">Belongs to a loop</font></TD></TR><TR><TD><font color="#CD950C">0x00</font></TD><TD><font color="#CD950C">PUSH1</font></TD></TR></TABLE> >]
2929
}
3030
`
3131
}

0 commit comments

Comments
 (0)