
my $clone = Clutter::Clone->new($actor);

Clutter::Clone is a Clutter::Actor which draws with the paint function of another actor, scaled to fit its own allocation.
Clutter::Clone can be used to efficiently clone any other actor, including containers.
Note: This is different from Clutter::Texture::new_from_actor() which requires support for FBOs in the underlying GL implementation.