Das Trapez läuft.
This commit is contained in:
@@ -1,11 +1,21 @@
|
|||||||
\tikzset{
|
\usetikzlibrary{shapes.geometric,}
|
||||||
io/.style0{
|
|
||||||
trapezium left angel=70,
|
|
||||||
trapezium right angel=110,
|
|
||||||
|
|
||||||
|
\begin{tikzpicture}[thick,
|
||||||
|
io/.style={
|
||||||
|
trapezium,
|
||||||
|
trapezium left angle=70,
|
||||||
|
trapezium right angle=110,
|
||||||
fill=magenta!10,
|
fill=magenta!10,
|
||||||
draw=magenta
|
draw=magenta
|
||||||
}
|
},
|
||||||
}
|
op/.style={
|
||||||
\begin{tikzpicture}[thick]
|
rectangle,
|
||||||
|
fill=orange!10,
|
||||||
|
draw=orange
|
||||||
|
},
|
||||||
|
]
|
||||||
|
\node at (0,4) [draw,io] {Eingabe};
|
||||||
\end{tikzpicture}
|
\end{tikzpicture}
|
||||||
Reference in New Issue
Block a user