summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2019-07-16 19:00:43 -0400
committerMatthias Clasen <mclasen@redhat.com>2019-07-16 19:00:43 -0400
commit5903d1b168e9e5e3021e960e1e12e9ebfb3dd8b7 (patch)
treebe545b5a59d6d22befc29c644bbf3c17615888d9
parent48c38f3bc21c172afe6b6ad3f272d8c206295dda (diff)
downloadpango-5903d1b168e9e5e3021e960e1e12e9ebfb3dd8b7.tar.gz
ci: Go back to using line spacing
Now that we know that line height is to blame for this misrendering, go back to using it.
-rw-r--r--.gitlab-ci/render-msys2.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci/render-msys2.sh b/.gitlab-ci/render-msys2.sh
index e0861cb6..f81f0c60 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 --line-spacing 0 --no-display --output _build/hello.png utils/HELLO.txt
+PATH=_build/pango:$PATH _build/utils/pango-view --no-display --output _build/hello.png utils/HELLO.txt