Skip to content

Commit

Permalink
Correct a stack reset
Browse files Browse the repository at this point in the history
  • Loading branch information
josephwright committed Jan 24, 2021
1 parent 612edc5 commit 3525758
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions l3backend/l3backend-opacity.dtx
Expand Up @@ -143,7 +143,6 @@
{
\exp_args:Nx \@@_backend_select_aux:n
{ \fp_eval:n { min(max(0,#1),1) } }
\group_insert_after:N \@@_backend_reset:
}
\cs_new_protected:Npn \@@_backend_select_aux:n #1
{
Expand All @@ -152,8 +151,9 @@
\pdfmanagement_add:nnn { Page / Resources / ExtGState }
{ opacity #1 }
{ << /ca ~ #1 /CA ~ #1 >> }
\@@_backend_stack_push:nn \c_@@_backend_stack_int
{ /opacity #1 ~ gs }
\@@_backend_stack_push:nn \c_@@_backend_stack_int
{ /opacity #1 ~ gs }
\group_insert_after:N \@@_backend_reset:
}
\cs_if_exist:NF \pdfmanagement_add:nnn
{
Expand Down

0 comments on commit 3525758

Please sign in to comment.