Guillaume Ayoub
Guillaume Ayoub
> Does something changed with xcffib support ? CairoCFFI 0.7.2 has been released in 2015, a lot of things changed… If you want to install CairoCFFI with XCB support, you...
Hello @BarchSteel, Thank you for this PR 😄. We may take some time to merge it (or not) because of reasons explained in [this PR comment](https://github.com/Kozea/cairocffi/pull/173#issuecomment-749240431). We’ll be back soon!
Hello. For reasons explained earlier, we really would like to avoid to change the way generated files are generated, and to avoid to add workarounds dedicated to solve third-party tools...
> It would probably be better to report the issue to py2exe: the `__init__.py` file requirement has been dropped 10 years ago in Python 3.3, it’s probably better to solve...
Hello @bnavigator, Thank you for this PR 😄. We may take some time to merge it (or not) because of reasons explained in [this PR comment](https://github.com/Kozea/cairocffi/pull/173#issuecomment-749240431). We’ll be back soon!
> i use igraph.plot in linux ,but the graph cant display the chinese label . Is it related to cairocffi? CairoCFFI is able to display Unicode text. If you get...
As CairoSVG uses Fontconfig on Linux, you should get the same result as `fc-match`. Using `fc-list` is good to know if the font is installed, but `fc-match` sometimes gives strange...
I'll try to find the source of the problem as soon as poosible!
> utf-8 chars are ok in url Citation needed :wink:. They're not OK, according to [rfc1738](http://www.ietf.org/rfc/rfc1738.txt) and [Wikipedia](https://en.wikipedia.org/wiki/Percent-encoding#Types_of_URI_characters): > Octets must be encoded if they have no corresponding graphic >...
Hello! For some background information about the `dpi` option and the resolution, you can read [this comment](https://github.com/Kozea/CairoSVG/issues/83#issuecomment-165556032). A PNG file is a table of pixels, its size is in pixels....