- or download this
81 my $width = $self->width;
82 my $height = $self->height;
...
85 $surface = Cairo::ImageSurface->create(
86 'argb32', $width, $height
87 );
- or download this
my $c = Graphics::Primitive::Component->new(
width => 500, height => 350,
);
- or download this
my $c = Graphics::Primitive::Container->new(
width => 500, height => 350,
);