Cairo: Difference between revisions

From XPUB & Lens-Based wiki
No edit summary
No edit summary
Line 1: Line 1:
Cairo is an open source 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.
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.


[http://cairographics.org/ Main Cairo website]
[http://cairographics.org/ Main Cairo website]

Revision as of 16:54, 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.

Main Cairo website

Python

Cairo tutorial in Python