[latex3-commits] [l3svn] 02/02: Slightly reorder some lines

noreply at latex-project.org noreply at latex-project.org
Mon May 15 15:53:32 CEST 2017


This is an automated email from the git hooks/post-receive script.

joseph pushed a commit to branch master
in repository l3svn.

commit f551865ed5284f998e7c71464b8b7c8b81e3957d
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date:   Mon May 15 14:50:49 2017 +0100

    Slightly reorder some lines
    
    This make the caching approach a little clearer.
---
 l3kernel/l3drivers.dtx |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/l3kernel/l3drivers.dtx b/l3kernel/l3drivers.dtx
index 917a3b2..b973fb7 100644
--- a/l3kernel/l3drivers.dtx
+++ b/l3kernel/l3drivers.dtx
@@ -752,10 +752,10 @@
       {#1}
     \hbox_set:Nn \l__image_tmp_box
       { \pdftex_pdfrefximage:D \pdftex_pdflastximage:D }
-    \int_const:cn { c__image_ #1 \l_@@_image_attr_tl _int }
-      { \tex_the:D \pdftex_pdflastximage:D }
     \dim_set:Nn \l__image_urx_dim { \box_wd:N \l__image_tmp_box }
     \dim_set:Nn \l__image_ury_dim { \box_ht:N \l__image_tmp_box }
+    \int_const:cn { c__image_ #1 \l_@@_image_attr_tl _int }
+      { \tex_the:D \pdftex_pdflastximage:D }
     \dim_const:cn { c__image_ #1 \l_@@_image_attr_tl _urx__dim }
       { \l__image_urx_dim }
     \dim_const:cn { c__image_ #1 \l_@@_image_attr_tl _ury__dim }

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the latex3-commits mailing list