Cairo: Difference between revisions
No edit summary |
No edit summary |
||
Line 11: | Line 11: | ||
</source> | </source> | ||
=== | === Reference === | ||
[http://www.tortall.net/mu/wiki/CairoTutorial Cairo tutorial in Python] | * [http://www.tortall.net/mu/wiki/CairoTutorial Cairo tutorial in Python] | ||
* [http://cairographics.org/manual/ Main programming documentation] |
Revision as of 16:15, 19 June 2009
Cairo is a free software 2D graphics library. It is vector-based, and can be used to produce SVG and PDF format images, for instance. It is cross-platform (Linux, Mac, and Windows). Cairo is used as the rendering engine in the latest version of the Firefox browser.
Python
Installing on Debian
sudo apt-get install python-cairo