Guillaume Ayoub

Results 802 comments of Guillaume Ayoub

I suppose that it’s the same problem as #377. The bug is probably in Cairo: https://gitlab.freedesktop.org/cairo/cairo/-/issues/530 You can try to use another font and see if it works. I’ll be...

That’s probably because CairoSVG doesn’t handle percentages for opacity. The solution is to allow them everywhere we parse `*-opacity` properties.

Hi! > svg_0.pdf comes out with 'width': 1446.75, 'height': 1929 The size of a PDF page is stored in inches, so it’s not possible to give a PDF size in...

Hi! I think that the problem is the same as #400. Looks like the transformation matrix is not applied correctly in patterns.

Thanks for the PR. That’s funny, I think we just "solved" an equivalent bug in WeasyPrint, in https://github.com/Kozea/WeasyPrint/commit/1460522. The code is a bit different, so we can’t just copy/paste the...

Hi, Thanks for the feature request. CairoSVG doesn’t support much from SVG2, and text wrapping is a complex topic that requires a lot of work.

Hi! Your problem is probably caused by missing system libraries. CairoSVG relies on libraries that can’t be installed using the Python package manager, so you have to install them. On...

Could you please share `amazon-linux-extras install cairo` logs?

Then I’m sorry, but I won’t be able to help you, I don’t know Vercel at all, and it’s definitely a problem with Vercel. If Cairo was installed, you wouldn’t...

@Mankifg Then you have to ask on Vercel forums how to install cairo.