[cairo-announce] ANN: pycairo release 1.0.0 now available

Steve Chaplin stevech1097 at yahoo.com.au
Wed Aug 31 17:15:58 PDT 2005


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.0 is now available from:
	
	http://cairographics.org/releases/pycairo-1.0.0.tar.gz
	http://cairographics.org/releases/pycairo-1.0.0.tar.gz.md5
	e08bfeeed97414bec4e060dd5c16a396  pycairo-1.0.0.tar.gz
	
Overview of changes from pycairo 0.9.0 to pycairo 1.0.0
=======================================================
General changes:
Pycairo has been updated to work with cairo 1.0.0.

New cairo functions supported:
    cairo.cairo_version()
    cairo.cairo_version_string()
    PSSurface.set_dpi()

Patterns are now implemented in a class hierarchy, the new constructors
are:
    cairo.SolidPattern (r, g, b, a=1.0)
    cairo.SurfacePattern (surface)
    cairo.LinearGradient (x0, y0, x1, y1)
    cairo.RadialGradient (cx0, cy0, radius0, cx1, cy1, radius1)

Updated functions:
    Surface.write_to_png() now accepts a file object as well as a     
    filename

Updated examples:
    The gtk examples now work with pygtk >= 2.7.0 without requiring the
    cairo.gtk module

Bug Fixes
    fix "initializer element is not constant" compiler warnings


Send instant messages to your online friends http://au.messenger.yahoo.com 


More information about the cairo-announce mailing list