mirror of
https://github.com/vale981/TUD_MATH_BA
synced 2025-03-05 09:31:39 -05:00
11 lines
No EOL
332 B
TeX
11 lines
No EOL
332 B
TeX
\documentclass{article}
|
|
\usepackage{tikz}
|
|
\usepackage{pgf}
|
|
\usetikzlibrary{arrows, decorations.pathmorphing, backgrounds, positioning,fit,petri}
|
|
\usetikzlibrary{calc}
|
|
|
|
\begin{document}
|
|
\begin{tikzpicture}
|
|
\draw plot [smooth cycle, samples=10,domain={1:8},tension=1.5] (\x*360/8+5*rnd:0.5cm+1cm*rnd);
|
|
\end{tikzpicture}
|
|
\end{document} |