Skip to content

Instantly share code, notes, and snippets.

@onlyshk
Created July 26, 2010 15:10
Show Gist options
  • Save onlyshk/490669 to your computer and use it in GitHub Desktop.
Save onlyshk/490669 to your computer and use it in GitHub Desktop.
cairo_rectangle(cr, 1,1,100,190);
cairo_clip (cr);
gdk_cairo_set_source_pixbuf(cr, pixbuf, 0 , 0);
cairo_paint (cr);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment