diff options
Diffstat (limited to 'Master/texmf-dist/source/latex/l3backend/l3backend-box.dtx')
-rw-r--r-- | Master/texmf-dist/source/latex/l3backend/l3backend-box.dtx | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/Master/texmf-dist/source/latex/l3backend/l3backend-box.dtx b/Master/texmf-dist/source/latex/l3backend/l3backend-box.dtx index dc592e2fce7..29a20a8ceb0 100644 --- a/Master/texmf-dist/source/latex/l3backend/l3backend-box.dtx +++ b/Master/texmf-dist/source/latex/l3backend/l3backend-box.dtx @@ -43,7 +43,7 @@ % }^^A % } % -% \date{Released 2021-10-18} +% \date{Released 2021-12-14} % % \maketitle % @@ -337,7 +337,7 @@ % \end{macrocode} % % \begin{macro}{\@@_backend_clip:N} -% \begin{variable}{\g_@@_clip_path_int} +% \begin{variable}{\g__kernel_clip_path_int} % Clipping in SVG is more involved than with other backends. The first issue % is that the clipping path must be defined separately from where it is used, % so we need to track how many paths have applied. The naming here uses @@ -349,9 +349,9 @@ % \begin{macrocode} \cs_new_protected:Npn \@@_backend_clip:N #1 { - \int_gincr:N \g_@@_clip_path_int + \int_gincr:N \g__kernel_clip_path_int \__kernel_backend_literal_svg:x - { < clipPath~id = " l3cp \int_use:N \g_@@_clip_path_int " > } + { < clipPath~id = " l3cp \int_use:N \g__kernel_clip_path_int " > } \__kernel_backend_literal_svg:x { < @@ -390,7 +390,7 @@ \__kernel_backend_scope:x { clip-path = - "url ( \c_hash_str l3cp \int_use:N \g_@@_clip_path_int ) " + "url ( \c_hash_str l3cp \int_use:N \g__kernel_clip_path_int ) " } \__kernel_backend_scope:n { @@ -404,7 +404,7 @@ \box_use:N #1 \__kernel_backend_scope_end: } -\int_new:N \g_@@_clip_path_int +\int_new:N \g__kernel_clip_path_int % \end{macrocode} % \end{variable} % \end{macro} |