Update
This commit is contained in:
@@ -42,11 +42,10 @@
|
||||
|
||||
\begin{center}
|
||||
\begin{tikzpicture}[
|
||||
node distance=0.6cm,
|
||||
stepnode/.style={rectangle, rounded corners=3pt, minimum width=2.0cm, minimum height=2.6cm, draw, line width=1pt, fill=white, inner sep=2pt},
|
||||
node distance=0cm,
|
||||
stepnode/.style={rectangle, rounded corners=3pt, minimum width=2.7cm, minimum height=2.6cm, draw, line width=1pt, fill=white, inner sep=2pt},
|
||||
iconnode/.style={circle, minimum size=0.8cm, fill=gray!5},
|
||||
titlenode/.style={align=center, font=\scriptsize\bfseries},
|
||||
arrow/.style={-latex, line width=1.5pt, accent!30}
|
||||
]
|
||||
% Boxes
|
||||
\node[stepnode, draw=gray] (n1) at (0,0) {};
|
||||
@@ -65,11 +64,6 @@
|
||||
\node[titlenode] at (n2.center) [yshift=-0.1cm] {Datenminimierung};
|
||||
\node[titlenode] at (n3.center) [yshift=-0.1cm] {Vertraulichkeit};
|
||||
\node[titlenode] at (n4.center) [yshift=-0.1cm] {Betroffenenrechte};
|
||||
|
||||
% Connectors
|
||||
\draw[arrow] (n1) -- (n2);
|
||||
\draw[arrow] (n2) -- (n3);
|
||||
\draw[arrow] (n3) -- (n4);
|
||||
\end{tikzpicture}
|
||||
\end{center}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user