From 461a5842ddbb351d9511605e5a59c268fbc32c38 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Tue, 16 Jul 2019 15:04:03 -0400 Subject: ci: Render without line spacing To confirm whether this is the problem on win32. --- .gitlab-ci/render-msys2.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci/render-msys2.sh b/.gitlab-ci/render-msys2.sh index f81f0c60..e0861cb6 100644 --- a/.gitlab-ci/render-msys2.sh +++ b/.gitlab-ci/render-msys2.sh @@ -2,4 +2,4 @@ set -e -PATH=_build/pango:$PATH _build/utils/pango-view --no-display --output _build/hello.png utils/HELLO.txt +PATH=_build/pango:$PATH _build/utils/pango-view --line-spacing 0 --no-display --output _build/hello.png utils/HELLO.txt -- cgit v1.2.1