##
sub erase{
$canvas->delete('bg');
}
####
$canvas->createLine($start_x, $start_y, $x1, $y1,
-width => 2,
-fill => 'white',
-tags => ['fg']);
# ...
# and after drawing the new background:
$canvas->raise('fg', 'bg');