Guillaume Ayoub

Results 802 comments of Guillaume Ayoub

Hi! Could you please provide a CMYK image that would help us to reproduce the problem?

> Installing gtk3 from here: https://github.com/tschoonj/GTK-for-Windows-Runtime-Environment-Installer/releases is enough to solve the problem? Yes, installing with default options and rebooting should be enough.

Hi! If you want to use cairosvg on Mac, you have to install cairo. That’s not a Python library, so you’ll have to find another way than pip to install...

Hi @KalpeshjagannathMahajan, You have to use Homebrew’s Python to make CairoSVG find Homebrew’s Cairo. Be sure that your virtual environment has been created using Hombrew’s Python. ```bash $ which python3...

Hi! It looks like the content of the `d` parameter of the `path` tag is wrong (or I don’t know this syntax, which is also possible because a lot of...

> Anyway, totally respect the design of not being overly concerned with invalid inputs, but just want to say that just a simple iteration limit to detect infinite loops (perhaps...

Please install the Cairo library using your Linux distribution’s package manager.

> Nothing I have tried has eliminated the messages. On Windows, you can install [GTK3](https://github.com/tschoonj/GTK-for-Windows-Runtime-Environment-Installer/releases) (keeping the default options) and then reboot your computer, it will work.

Python found the library in `'C:\Program Files\GTK3-Runtime Win64\bin\libcairo-2.dll'`, but couldn’t use it for some reason. And to be honest, I have no idea why :/.

Hi! Maybe there’s a problem with the fonts installed on your system. Is your setup a fresh Windows, or is it the computer you use for your daily work, or...