summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/smartdiagram/smartdiagramlibrarycore.commands.code.tex
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/tex/latex/smartdiagram/smartdiagramlibrarycore.commands.code.tex')
-rw-r--r--Master/texmf-dist/tex/latex/smartdiagram/smartdiagramlibrarycore.commands.code.tex14
1 files changed, 7 insertions, 7 deletions
diff --git a/Master/texmf-dist/tex/latex/smartdiagram/smartdiagramlibrarycore.commands.code.tex b/Master/texmf-dist/tex/latex/smartdiagram/smartdiagramlibrarycore.commands.code.tex
index e894a127687..7956a085216 100644
--- a/Master/texmf-dist/tex/latex/smartdiagram/smartdiagramlibrarycore.commands.code.tex
+++ b/Master/texmf-dist/tex/latex/smartdiagram/smartdiagramlibrarycore.commands.code.tex
@@ -106,20 +106,20 @@
\else
\ifnum\xi=\maxsmitem
\IfStrEq{\option}{horizontal}{% true-horizontal-flow diagram
- \tikzset{square arrow/.style={
+ \tikzset{square arrow/.style={%
to path={-- ++(0,\sm@core@backarrowdistance) -| (\tikztotarget)}
- }
- }
+ }%
+ }%
\draw[diagram arrow type, square arrow]
(module\xj.north) to (module\xi.north);
}{% false-horizontal-flow diagram
- \tikzset{square arrow/.style={
+ \tikzset{square arrow/.style={%
to path={-- ++(\sm@core@backarrowdistance,0) |- (\tikztotarget)}
- }
- }
+ }%
+ }%
\draw[diagram arrow type,square arrow]
(module\xj.east) to (module\xi);
- }
+ }%
\fi
\fi
}%