Description
Draw 2D graphics from Python using the Cairo rendering library. Developers can create images, diagrams, PDF output, SVG output, or other vector-based drawings from scripts and applications.
This package is a programming interface, not a drawing app with its own window. It is useful when another Python program needs precise rendering, and the final behavior depends on how that program uses the Cairo API.