Help for this page

Select Code to Download


  1. or download this
        my @dim = $canvas->bbox("all");
        my $width = ($dim[2]-$dim[0]);
    ...
                 '-height' =>$height
                          );
    
  2. or download this
        my @dim = $canvas->bbox("all");
        my $width = ($dim[2]-$dim[0]);
    ...
                 '-height' =>$height
                          );