From b4d80e7c2a45580463afca4d226c1959e6e91844 Mon Sep 17 00:00:00 2001 From: Yegor Bugayenko Date: Thu, 14 Dec 2023 12:19:40 +0300 Subject: [PATCH] #2696 no transparency in PNG --- .github/workflows/ebnf.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ebnf.yml b/.github/workflows/ebnf.yml index 059d7d0c86..9d4edefad5 100644 --- a/.github/workflows/ebnf.yml +++ b/.github/workflows/ebnf.yml @@ -46,7 +46,7 @@ jobs: cp "eo-parser/target/ebnf/org/eolang/parser/${p}.pdf" . pdfcrop --margins '10 10 10 10' "${p}.pdf" "${p}-cropped.pdf" pdf2svg "${p}-cropped.pdf" "${p}.svg" - convert -density 300 -quality 100 -transparent white -colorspace RGB "${p}-cropped.pdf" "${p}.png" + convert -density 300 -quality 100 -colorspace RGB "${p}-cropped.pdf" "${p}.png" mkdir -p gh-pages/ebnf cp "${p}.png" gh-pages/ebnf cp "${p}.svg" gh-pages/ebnf