From 543e230f79379edba2d84211d18505536b71777f Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Thu, 14 Jul 2016 16:48:28 +0200 Subject: consistent height of a-eq a-hp/lp --- scripts/hplp.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts') diff --git a/scripts/hplp.lua b/scripts/hplp.lua index a69fb61533..52597cb18b 100644 --- a/scripts/hplp.lua +++ b/scripts/hplp.lua @@ -228,7 +228,7 @@ function render_inline (ctx, w, max_h) end -- calc height of inline display - local h = math.ceil (w * 10 / 16) -- use 16:10 aspect + local h = 1 | math.ceil (w * 9 / 16) -- use 16:9 aspect, odd number of y pixels if (h > max_h) then h = max_h end -- but at most max-height -- ctx is a http://cairographics.org/ context -- cgit v1.2.3