railtoolkit / tikz-trackschematic

This TikZ library is a toolbox of symbols geared primarily towards creating track schematic for either research or educational purposes. It provides a TikZ frontend to some of the symbols which may be needed to describe situations and layouts in railway operation.
https://ctan.org/pkg/tikz-trackschematic
ISC License
4 stars 1 forks source link

Label positioning of berth is wrong when using position=left #39

Open apriljunge opened 3 months ago

apriljunge commented 3 months ago

The label should also be positioned on the left side.

grafik

\begin{tikzpicture}
   \berth[forward, position=left, length=1] at (1, 0) length (label);
   \maintrack (0, 0) -- (3, 0);    
\end{tikzpicture}