- or download this
$one = $canvas->createOval(...);
$two = $canvas->createRectangle(...);
...
$mw->update;
$mw->after(1000);
$canvas->move($group, 100, 100);
- or download this
#!/usr/bin/env perl
...
-fill => '#0000cc', -outline => undef
);
}
- or download this
my $grassy_creek_bend = $c->createGroup(
[0,0], -members => [
...
creek_bend_ws($c),
]
);
- or download this
#!/usr/bin/env perl
...
-fill => '#0000cc', -outline => undef
);
}