Das Trapez läuft.

This commit is contained in:
Falk Zscheile
2022-03-26 09:42:12 +01:00
parent c044d7abc9
commit f8e1a99411

View File

@@ -1,11 +1,21 @@
\tikzset{
io/.style0{
trapezium left angel=70,
trapezium right angel=110,
\usetikzlibrary{shapes.geometric,}
\begin{tikzpicture}[thick,
io/.style={
trapezium,
trapezium left angle=70,
trapezium right angle=110,
fill=magenta!10,
draw=magenta
}
}
\begin{tikzpicture}[thick]
\end{tikzpicture}
},
op/.style={
rectangle,
fill=orange!10,
draw=orange
},
]
\node at (0,4) [draw,io] {Eingabe};
\end{tikzpicture}