<div dir="ltr"><div dir="ltr"><br></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Sat, 18 Mar 2023 at 14:14, Andreas Matthias <<a href="mailto:andreas.matthias@gmail.com">andreas.matthias@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div style="font-family:arial,sans-serif;font-size:small">Here's a bugfix for setpdforigin():<br></div><div style="font-family:arial,sans-serif;font-size:small"><br></div><div style="font-family:arial,sans-serif;font-size:small">diff --git a/source/texk/web2c/luatexdir/lua/lpdflib.c b/source/texk/web2c/luatexdir/lua/lpdflib.c<br>index 70fbde76b..263fd5644 100644<br>--- a/source/texk/web2c/luatexdir/lua/lpdflib.c<br>+++ b/source/texk/web2c/luatexdir/lua/lpdflib.c<br>@@ -1048,7 +1048,7 @@ static int setpdforigin(lua_State * L)<br>     if (lua_type(L, 1) == LUA_TNUMBER) {<br>         h = (int) lua_roundnumber(L, 1);<br>         if (lua_type(L, 2) == LUA_TNUMBER) {<br>-            v = (int) lua_roundnumber(L, 1);<br>+            v = (int) lua_roundnumber(L, 2);<br>         } else {<br>             v = h;<br>         }<br></div></div></blockquote><div><br></div><div>Pushed</div><div> 3b8bb1ebb bugfix for setpdforigin()  (A. Matthias)</div><div><br></div><div>--</div><div>luigi</div><div><br></div></div></div>