Cairo: Difference between revisions
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 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. | ||
[http://cairographics.org/ website] | [http://cairographics.org/ Main Cairo website] | ||
== Python == | == Python == | ||
[http://www.tortall.net/mu/wiki/CairoTutorial Cairo tutorial in Python] | [http://www.tortall.net/mu/wiki/CairoTutorial Cairo tutorial in Python] |
Revision as of 15:54, 19 June 2009
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.