Skip to content
This repository was archived by the owner on Apr 26, 2023. It is now read-only.
This repository was archived by the owner on Apr 26, 2023. It is now read-only.

Self call from a call from a self call lead to strange placement of arrows #29

@ebousse

Description

@ebousse

When a self-call is made while we are still already inside a self-call of another object, it seems to shift the arrows to the right, like this:
dessin

To reproduce:

\documentclass[]{article}

\usepackage{tikz}
\usepackage{pgf-umlsd}
\usepgflibrary{arrows} % for pgf-umlsd

\begin{document}

	\begin{sequencediagram}
	\newthread{t}{:Thread}
	\newinst{i}{:Inst}
	
	\begin{call}{t}{}{t}{}
		
		\begin{call}{t}{}{i}{}
			\begin{call}{i}{}{i}{}
			\end{call}
		\end{call}
	\end{call}
	
\end{sequencediagram}

\end{document}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions