[latex3-commits] [git/LaTeX3-latex3-latex3] master: Top-level scope should also save/restore paths (9537545)

Joseph Wright joseph.wright at morningstar2.co.uk
Fri Mar 2 10:53:03 CET 2018


Repository : https://github.com/latex3/latex3
On branch  : master
Link       : https://github.com/latex3/latex3/commit/9537545c6b588a5bb31d5c8520ee4215d33c9f75

>---------------------------------------------------------------

commit 9537545c6b588a5bb31d5c8520ee4215d33c9f75
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date:   Fri Mar 2 09:53:03 2018 +0000

    Top-level scope should also save/restore paths


>---------------------------------------------------------------

9537545c6b588a5bb31d5c8520ee4215d33c9f75
 l3experimental/l3draw/l3draw-scopes.dtx |    2 ++
 1 file changed, 2 insertions(+)

diff --git a/l3experimental/l3draw/l3draw-scopes.dtx b/l3experimental/l3draw/l3draw-scopes.dtx
index b733446..5e233c7 100644
--- a/l3experimental/l3draw/l3draw-scopes.dtx
+++ b/l3experimental/l3draw/l3draw-scopes.dtx
@@ -186,9 +186,11 @@
     \driver_draw_scope_begin:
     \group_begin:
       \dim_set_eq:NN \l_@@_linewidth_dim \g_@@_linewidth_dim
+      \draw_path_scope_begin:
   }
 \cs_new_protected:Npn \draw_scope_end:
   {
+      \draw_path_scope_end:
       \dim_gset_eq:NN \g_@@_linewidth_dim \l_@@_linewidth_dim
     \group_end:
     \driver_draw_scope_end:





More information about the latex3-commits mailing list