summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/xsavebox/xsavebox.sty
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2020-03-05 03:00:59 +0000
committerNorbert Preining <norbert@preining.info>2020-03-05 03:00:59 +0000
commit898048513951b471a492afa23e46112d14bcb236 (patch)
tree8596afc705f55d2d07b324a756f7283ac0e2d21b /macros/latex/contrib/xsavebox/xsavebox.sty
parent19d25b8009801aa98ea2f46b45c37c257f990491 (diff)
CTAN sync 202003050300
Diffstat (limited to 'macros/latex/contrib/xsavebox/xsavebox.sty')
-rw-r--r--macros/latex/contrib/xsavebox/xsavebox.sty12
1 files changed, 7 insertions, 5 deletions
diff --git a/macros/latex/contrib/xsavebox/xsavebox.sty b/macros/latex/contrib/xsavebox/xsavebox.sty
index 686640aaa9..2f3fac684f 100644
--- a/macros/latex/contrib/xsavebox/xsavebox.sty
+++ b/macros/latex/contrib/xsavebox/xsavebox.sty
@@ -28,8 +28,8 @@
% \xusebox{<name>}
% \the<name> %short form of \xusebox{<name>} for <name> composed of [a-zA-Z]
%
-% Supports all known engines and backends including
-% pdflatex, latex+dvips+ps2pdf, xelatex, latex+dvipdfmx, lualatex.
+% Supports all known engines and backends including pdflatex,
+% latex+dvips+ps2pdf, xelatex, latex+dvipdfmx, lualatex, latex+dvisvgm.
%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@@ -48,8 +48,8 @@
\RequirePackage{xparse}
\RequirePackage{l3keys2e}
-\def\g@xsb@version@tl{0.15}
-\def\g@xsb@date@tl{2019/11/12}
+\def\g@xsb@version@tl{0.16}
+\def\g@xsb@date@tl{2020/03/04}
\ProvidesExplPackage{xsavebox}{\g@xsb@date@tl}{\g@xsb@version@tl}
{saveboxes for repeating content without code replication}
@@ -121,7 +121,9 @@
\bool_if:NTF\g_xsb_dvisvgm_bool{
\tl_gset:Nn\g_xsb_margin_tl{0pt}
- \cs_new_protected_nopar:Nn\xsb_updatebbox:nnn{\special{dvisvgm:bbox~#1~#2~#3}}
+ \cs_new_protected_nopar:Nn\xsb_updatebbox:nnn{
+ \special{dvisvgm:bbox~#1~#2~#3~transform}
+ }
}{
\cs_new_protected_nopar:Nn\xsb_updatebbox:nnn{}
}