cairo

Vector graphics library for 2D drawing with cross-platform support

brewmacoslinux
Try with needOr install directly
Source

About

Vector graphics library with cross-device output support

Commands

cairo-trace

Examples

Trace cairo function calls from a program for debugging$ cairo-trace ./my_program
Generate cairo library information for development$ pkg-config --cflags --libs cairo
Compile a C program using cairo graphics library$ gcc -o myapp myapp.c $(pkg-config --cflags --libs cairo)