Skip to content
Snippets Groups Projects
Commit 07e9d665 authored by Jasper Clemens Gräflich's avatar Jasper Clemens Gräflich
Browse files

Use ellipses for diagrams

parent 6cafe211
No related branches found
No related tags found
No related merge requests found
Pipeline #86559 passed
......@@ -388,7 +388,7 @@ Now the \ac{CFG} (\autoref{fig:cfg-non-lexical-lifetimes-branch}) splits up to a
\begin{figure}[!h]
\centering
\begin{tikzpicture}
\begin{scope}[every node/.style={draw, rectangle}]
\begin{scope}[every node/.style={draw, ellipse}]
\node (A) at (0,7.5) {\inline{let mut x = 0;}};
\node[ultra thick] (B) at (0,6) {\inline{let xref = &x;}};
\node[ultra thick] (C) at (0,4.5) {\inline{if xref != &0 }};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment