Skip to content

Commit

Permalink
Line up y axes
Browse files Browse the repository at this point in the history
  • Loading branch information
josephwright committed Jan 28, 2021
1 parent 46b3cf7 commit 111c280
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions l3backend/l3backend-pdf.dtx
Expand Up @@ -658,14 +658,14 @@
{
\vbox_to_zero:n
{
\tex_kern:D \dim_eval:n { -#3 } \scan_stop:
\tex_kern:D \dim_eval:n {#4} \scan_stop:
\hbox:n { \__kernel_backend_postscript:n { pdf.save.ll } }
\tex_vss:D
}
\tex_kern:D #1 \scan_stop:
\vbox_to_zero:n
{
\tex_kern:D \dim_eval:n {#4} \scan_stop:
\tex_kern:D \dim_eval:n { -#3 } \scan_stop:
\hbox:n { \__kernel_backend_postscript:n { pdf.save.ur } }
\tex_vss:D
}
Expand Down

0 comments on commit 111c280

Please sign in to comment.