You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 26, 2023. It is now read-only.
What steps will reproduce the problem?
1. Create a thread and and instance
2. Put a call self in the thread
3. Embed a call to the instance in the previously defined call self
What is the expected output? What do you see instead?
I expect lines and arrows to start from the callself block. Arrows and lines
start from the thread and there is a vertical space between thread and callself
block.
What version of the product are you using? On what operating system?
I am using the texlive-pictures package (2013.20130722-1) on Ubuntu 13.10.
Please provide any additional information below.
I really like your package.
Here is an example code (output attached):
\documentclass{article}
\usepackage{tikz}
\usetikzlibrary{arrows,shadows}
\usepackage{pgf-umlsd}
\begin{document}
\begin{sequencediagram}
\newthread{thread}{Thread}
\newinst[1]{instance}{Instance}
\begin{callself}{thread}{foo(\ldots)}{return}
\begin{call}{thread}{bar(\ldots)}{instance}{return}
\end{call}
\end{callself}
\end{sequencediagram}
\end{document}
Original issue reported on code.google.com by [email protected] on 21 Mar 2014 at 9:07
Original issue reported on code.google.com by
[email protected]
on 21 Mar 2014 at 9:07Attachments:
The text was updated successfully, but these errors were encountered: