Sophie

Sophie

distrib > Mandriva > 2008.1 > x86_64 > media > main-release > by-pkgid > 73dd196d4943f8c41ae7e75c307554aa > files > 16

python-cairo-devel-1.4.12-1mdv2008.1.x86_64.rpm

snippet_normalize (cr, width, height)

cr.arc (0.5, 0.5, 0.3, 0, 2*M_PI)
cr.clip ()

image = cairo.ImageSurface.create_from_png ("data/romedalen.png")
w = image.get_width()
h = image.get_height()

cr.scale (1.0/w, 1.0/h)

cr.set_source_surface (image, 0, 0)
cr.paint ()