diff options
Diffstat (limited to 'tex/src')
-rw-r--r-- | tex/src/figure-branching.tex | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/tex/src/figure-branching.tex b/tex/src/figure-branching.tex index 7259f7d..56a76e8 100644 --- a/tex/src/figure-branching.tex +++ b/tex/src/figure-branching.tex @@ -39,6 +39,10 @@ \draw [white] (0,0) -- (0,8cm); \draw [white] (0,0) -- (\linewidth,0); + %% Collaboration icon, which should be under the commit ellipses. + \node[inner sep=0pt] at (3.885cm,5.51cm) + {\includegraphics[width=6.6mm]{tex/img/icon-collaboration.eps}}; + %% Maneage branch line. \draw [black!40!white, dashed, line width=2mm] (1.5cm,0) -- (1.5cm,0.6cm); \draw [->, black!40!white, line width=2mm] (1.5cm,0.6cm) -- (1.5cm,7.9cm); @@ -75,14 +79,12 @@ %% Derivate project commits. \branchcommit{red!60!green}{4.5cm}{5cm}{f69e1f4} \branchcommit{red!60!green}{4.5cm}{6cm}{716b56b} - \node[inner sep=0pt] at (3.92cm,5.55cm) - {\includegraphics[width=6.5mm]{tex/img/icon-collaboration.eps}}; %% Paper being processed icon. The white rectangle over it is to blend it %% into the background. - \node[anchor=south,inner sep=0pt] at (3.92cm,6.7cm) + \node[anchor=south,inner sep=0pt] at (4.2cm,6.5cm) {\includegraphics[width=1cm]{tex/img/icon-processing.eps}}; - \draw[white, fill=white, opacity=0.7] (3.42cm,6.7) rectangle (5cm,7.8cm); +% \draw[white, fill=white, opacity=0.7] (3.42cm,6.7) rectangle (5cm,7.8cm); %% Description of this scenario: \draw [rounded corners, fill=black!10!white] (3.1cm,0) rectangle (7.5cm,1.25cm); @@ -136,7 +138,8 @@ %% Project commits. \branchcommit{red!60!green}{11cm}{2.5cm}{4483a81} \branchcommit{red!60!green}{11cm}{4.5cm}{\projectversion} - \node[anchor=south, inner sep=0pt, color=white] at (11.05cm,4.8cm) {\includegraphics[width=1cm]{tex/img/icon-complete.eps}}; + \node[anchor=south, inner sep=0pt, color=white] at (11cm,4.8cm) + {\includegraphics[width=1cm]{tex/img/icon-complete.eps}}; %% Derivate project commits. \branchcommit{purple!60!yellow}{12.5cm}{5cm}{b177c7e} |