Help for this page

Select Code to Download


  1. or download this
    my $circle = Goo::Canvas::Ellipse->new(
        $g, $cx, $cy, 3, 3,
        'stroke-color' => 'red',  # <===== LIKE THIS 
        'line-width' => 1);