cairo icon indicating copy to clipboard operation
cairo copied to clipboard

Nim Cairo wrapper.

Results 4 cairo issues
Sort by recently updated
recently updated
newest added

While typically the cairo dll is called `libcairo-2.dll`, there are some builds which call it `cairo.dll` (see for example https://github.com/preshing/cairo-windows). This causes problems for libraries like ggplotnim, which cannot just...

https://github.com/freedesktop/cairo/blob/master/src/cairo-tee-surface.c Are there any plans for adding support for tee surfaces? Is there some reason they are not supported? Never used them, but they could come in handy for a...

in order to do these are the steps that need to be taken: 1. types and procs interfacing directly with libcairo need to keep their original names [example type](https://www.cairographics.org/manual/cairo-cairo-surface-t.html#cairo-surface-t) [example...

The very first code given (the arc test) in the README is incomplete. Please replace the code snippets with links to the repository tests.