summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/smartdiagram/smartdiagramlibrarycore.definitions.code.tex
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2013-04-19 23:38:45 +0000
committerKarl Berry <karl@freefriends.org>2013-04-19 23:38:45 +0000
commit671d6f77d0d1ebc0d4353fbac3c37071b4d9c961 (patch)
tree154957b0ba8d5816aec274e496570ee7a0ce597c /Master/texmf-dist/tex/latex/smartdiagram/smartdiagramlibrarycore.definitions.code.tex
parent1d4c2a74644b4bbb8828b70adc492f5da0493236 (diff)
smartdiagram (19apr13)
git-svn-id: svn://tug.org/texlive/trunk@30046 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/smartdiagram/smartdiagramlibrarycore.definitions.code.tex')
-rw-r--r--Master/texmf-dist/tex/latex/smartdiagram/smartdiagramlibrarycore.definitions.code.tex3
1 files changed, 3 insertions, 0 deletions
diff --git a/Master/texmf-dist/tex/latex/smartdiagram/smartdiagramlibrarycore.definitions.code.tex b/Master/texmf-dist/tex/latex/smartdiagram/smartdiagramlibrarycore.definitions.code.tex
index 11c2f925e3b..0b108b23ced 100644
--- a/Master/texmf-dist/tex/latex/smartdiagram/smartdiagramlibrarycore.definitions.code.tex
+++ b/Master/texmf-dist/tex/latex/smartdiagram/smartdiagramlibrarycore.definitions.code.tex
@@ -93,6 +93,7 @@
sequence item uniform color/.initial={gray!60!black},
arrow style/.initial={<-},
text color/.initial={black},
+ back arrow distance/.initial={0.5},
}%
\pgfkeys{/smart diagram/.cd, module minimum width/.get=\sm@core@modulewidth,
@@ -155,6 +156,7 @@
sequence item uniform color/.get=\sm@core@seqitemuniformcol,
arrow style/.get=\sm@core@arrowstyle,
text color/.get=\sm@core@textcolor,
+ back arrow distance/.get=\sm@core@backarrowdistance,
}%
\pgfkeys{/smart diagram/.cd, set color list/.code={
\foreach \listitem [count=\i] in {#1}{
@@ -255,6 +257,7 @@
sequence item uniform color/.get=\sm@core@seqitemuniformcol,
arrow style/.get=\sm@core@arrowstyle,
text color/.get=\sm@core@textcolor,
+ back arrow distance/.get=\sm@core@backarrowdistance,
}%
}%
\pgfkeys{/smart diagram/.cd,%