summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/spath3/tikzlibraryspath3.code.tex
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/tex/latex/spath3/tikzlibraryspath3.code.tex')
-rw-r--r--Master/texmf-dist/tex/latex/spath3/tikzlibraryspath3.code.tex19
1 files changed, 9 insertions, 10 deletions
diff --git a/Master/texmf-dist/tex/latex/spath3/tikzlibraryspath3.code.tex b/Master/texmf-dist/tex/latex/spath3/tikzlibraryspath3.code.tex
index 47f61c587d7..a362be0cfc8 100644
--- a/Master/texmf-dist/tex/latex/spath3/tikzlibraryspath3.code.tex
+++ b/Master/texmf-dist/tex/latex/spath3/tikzlibraryspath3.code.tex
@@ -7,7 +7,7 @@
%% spath3_code.dtx (with options: `tikzspath3')
%% ----------------------------------------------------------------
%% spath3 --- Functions for manipulating PGF soft paths
-%% E-mail: loopspace@mathforge.org
+%% E-mail: Andrew Stacey <loopspace@mathforge.org>
%% Released under the LaTeX Project Public License v1.3c or later
%% See http://www.latex-project.org/lppl.txt
%% ----------------------------------------------------------------
@@ -135,7 +135,7 @@
}
}
{
- \msg_warning:nnn { spath3 } { missing soft path } { #2 }
+ \msg_warning:nnx { spath3 } { missing soft path } { #2 }
}
\tl_use:N \l__tikzspath_check_tl
}
@@ -1928,12 +1928,8 @@
}
} {#1} { {} {#2} }
},
- draft~ mode/.is~ choice,
- draft~ mode/true/.code={
- \bool_set_true:N \l__tikzspath_draft_bool
- },
- draft~ mode/false/.code={
- \bool_set_false:N \l__tikzspath_draft_bool
+ draft~ mode/.code={
+ \__tikzspath_set_bool:Nn \l__tikzspath_draft_bool {#1}
},
maybe~ spot~ weld/.code={
\bool_if:NF \l__tikzspath_draft_bool
@@ -1997,6 +1993,9 @@
/tikz/spath/maybe~ spot~ weld~ globally=#1,
/tikz/spath/render~ components=#1
},
+ arrow~ shortening/.code={
+ \__tikzspath_set_bool:Nn \l_spath_arrow_shortening_bool {#1}
+ },
show/.default=current,
spot~ weld/.default=current,
spot~ weld~ globally/.default=current,
@@ -2070,7 +2069,7 @@
\ExplSyntaxOff
%%
-%% Copyright (C) 2011-2021 by Andrew Stacey <loopspace@mathforge.org>
+%% Copyright (C) 2011-2024 by Andrew Stacey <loopspace@mathforge.org>
%%
%% This work may be distributed and/or modified under the
%% conditions of the LaTeX Project Public License (LPPL), either
@@ -2095,7 +2094,7 @@
%% calligraphy.pdf
%% knots.pdf
%% spath3.pdf
-%% README
+%% README.txt
%%
%%
%% End of file `tikzlibraryspath3.code.tex'.