[latex3-commits] [git/LaTeX3-latex3-latex3] master: Incorrect dimen (b8aaa2b)
Joseph Wright
joseph.wright at morningstar2.co.uk
Sun May 12 21:44:34 CEST 2019
Repository : https://github.com/latex3/latex3
On branch : master
Link : https://github.com/latex3/latex3/commit/b8aaa2bb208a16d6fbcae89ee8e7b03659fb990f
>---------------------------------------------------------------
commit b8aaa2bb208a16d6fbcae89ee8e7b03659fb990f
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date: Sun May 12 20:44:34 2019 +0100
Incorrect dimen
>---------------------------------------------------------------
b8aaa2bb208a16d6fbcae89ee8e7b03659fb990f
l3experimental/l3graphics/l3graphics.dtx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/l3experimental/l3graphics/l3graphics.dtx b/l3experimental/l3graphics/l3graphics.dtx
index 831d08f..1dbf7d1 100644
--- a/l3experimental/l3graphics/l3graphics.dtx
+++ b/l3experimental/l3graphics/l3graphics.dtx
@@ -315,7 +315,7 @@
\dim_set_eq:Nc \l_graphics_ury_dim { c_@@_ #1 _ury_dim }
\dim_if_exist:cTF { c_@@_ #1 _llx_dim }
{ \dim_set_eq:Nc \l_graphics_llx_dim { c_@@_ #1 _llx_dim } }
- { \dim_zero:N \l_graphics_urx_dim }
+ { \dim_zero:N \l_graphics_llx_dim }
\dim_if_exist:cTF { c_@@_ #1 _lly_dim }
{ \dim_set_eq:Nc \l_graphics_lly_dim { c_@@_ #1 _lly_dim } }
{ \dim_zero:N \l_graphics_lly_dim }
More information about the latex3-commits
mailing list