Quantcast
Channel: Question and Answer » tikz-arrows
Viewing all articles
Browse latest Browse all 33

Bend additional arrow in circular smartdiagram

$
0
0

I want to bend an additional arrow in a circular smartdiagram. How can i achieve that?

Here is how my diagram looks right now:

current diagram

Here is how it should look:

expected diagram

Here is a MWE of my current diagram:

documentclass{article}
usepackage{smartdiagram}
usesmartdiagramlibrary{additions}
begin{document}
begin{figure}[ht]
    centering
    smartdiagramset{
        circular final arrow disabled=true, 
        additions={
            additional arrow color=red!50,
            additional arrow tip=stealth,
            additional arrow line width=3pt,
        }
    }
    smartdiagramadd[circular diagram:clockwise]{
        A, B, C, D
    }{}
    smartdiagramconnect{->, shorten <=8pt, shorten >=8pt}{module3/module2}
end{figure}
end{document}

Viewing all articles
Browse latest Browse all 33

Latest Images

Trending Articles



Latest Images