Skip to content

Commit

Permalink
#2696 no transparency in PNG
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Dec 14, 2023
1 parent 81f6ee1 commit b4d80e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ebnf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

1 comment on commit b4d80e7

@0pdd
Copy link

@0pdd 0pdd commented on b4d80e7 Dec 14, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Puzzle 2660-bfc86d4d discovered in eo-maven-plugin/src/test/java/org/eolang/maven/it/SnippetTestCase.java) and submitted as #2700. Please, remember that the puzzle was not necessarily added in this particular commit. Maybe it was added earlier, but we discovered it only now.

Please sign in to comment.