Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

🐛(aws) upgrade cairo version used in lambda convert #1660

Merged
merged 1 commit into from
Aug 2, 2022
Merged

Conversation

lunika
Copy link
Member

@lunika lunika commented Jul 29, 2022

Purpose

To convert a PDF into an SVG, we use the tool pdfToCairo made by
poppler. Cairo is responsible to the SVG part. In the lambda, an old
version of cairo is used with a known bug that "mangled" som SVG. To fix
this bug we have to build and install a newer version of Cairo fixing
this bug.

Fix #1625

Proposal

  • build and install newer version of cairo

To convert a PDF into an SVG, we use the tool pdfToCairo made by
poppler. Cairo is responsible to the SVG part. In the lambda, an old
version of cairo is used with a known bug that "mangled" som SVG. To fix
this bug we have to build and install a newer version of Cairo fixing
this bug.
@lunika lunika merged commit 506e43c into master Aug 2, 2022
@lunika lunika deleted the upgrade-cairo branch August 2, 2022 12:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

shared document converted in SVG are not well rendered
2 participants