Pycairo is a set of Python bindings for the multi-platform 2D graphics
library cairo.
 http://cairographics.org
 http://cairographics.org/pycairo

A new pycairo release 1.0.2 is now available from:

        http://cairographics.org/releases/pycairo-1.0.2.tar.gz
        http://cairographics.org/releases/pycairo-1.0.2.tar.gz.md5

        5bb6a202ebc3990712bced1da6dfb7a8  pycairo-1.0.2.tar.gz

Overview of changes from pycairo 1.0.0 to pycairo 1.0.2
=======================================================
General changes:
Pycairo has been updated to work with cairo 1.0.2.

New cairo functions supported:
    cairo.ImageSurface.create_for_data()

Updated functions:
    ctx.set_source_rgba (r, g, b, a=1.0) now supports a default alpha
argument

Other changes:
    cairo.Matrix now supports the Python sequence protocol, so you can
do:
    xx, yx, xy, yy, x0, y0 = matrix



Send instant messages to your online friends http://au.messenger.yahoo.com 
-- 
http://mail.python.org/mailman/listinfo/python-announce-list

        Support the Python Software Foundation:
        http://www.python.org/psf/donations.html

Reply via email to