diff options
author | Aada | 2024-06-23 15:54:42 +0200 |
---|---|---|
committer | Aada | 2024-06-23 15:54:42 +0200 |
commit | 2b542a58cd9c9a42d767148a5a2a5637faadf523 (patch) | |
tree | fc93e8e447564fdd7af7bcb73f105dfef47a5658 /rnv | |
parent | fd66d0457b3d7ac2fa97a13130c14978ddc081de (diff) |
Add custom paradeplatz shape
Diffstat (limited to 'rnv')
-rw-r--r-- | rnv/mannheim.tex | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/rnv/mannheim.tex b/rnv/mannheim.tex index a1d48fa..88e9d40 100644 --- a/rnv/mannheim.tex +++ b/rnv/mannheim.tex @@ -370,6 +370,17 @@ \node[stop2, rotate=90] (Friedelsheim) at ($(Gönnheim)-(0:0.5)$) {}; \node[stop2, rotate=90] (Bad Dürkheim Ost) at ($(Friedelsheim)-(0:0.5)$) {}; \node[stop2, rotate=90] (Bad Dürkheim) at ($(Bad Dürkheim Ost)-(0:0.5)$) {}; + \draw[stop] + ($(ParadeplatzW.one half)+(135:0.1)+(45:0.1)$) + -- ++(45:-0.2) + {[rounded corners=0.3cm] + -- ++(135:-1.25) + } + -- ++(45:1.05) + -- ++(135:0.2) + -- ++(45:-0.85) + -- cycle + ; \end{pgfonlayer} \begin{pgfonlayer}{lines} |