a vector graphics library with cross-device output support
Cairo is a vector graphics library with cross-device output support. It is designed to produce identical output on all output media while taking advantage of display hardware acceleration when available (e.g. through the X Render Extension).
Cairo is a vector graphics library with cross-device output support. It is designed to produce identical output on all output media while taking advantage of display hardware acceleration when available (e.g. through the X Render Extension).
To install cairo, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install cairo
To see what files were installed by cairo, run:
port contents cairo
To later upgrade cairo, run:
sudo port selfupdate && sudo port upgrade cairo
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.