Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -w 
    
    ...
    
    my $surface = Cairo::ImageSurface->create('argb32', 10, 10); 
    my $context = Cairo::Context->create($surface);
    
  2. or download this
    Cannot convert scalar 0x8130af4 to an object of type Cairo::Surface at
    + cairo_vs_swf.pl line 10.