81 my $width = $self->width; 82 my $height = $self->height; 83 84 if(uc($self->format) eq 'PNG') { 85 $surface = Cairo::ImageSurface->create( 86 'argb32', $width, $height 87 ); #### my $c = Graphics::Primitive::Component->new( width => 500, height => 350, ); #### my $c = Graphics::Primitive::Container->new( width => 500, height => 350, );