kikuchiyo has asked for the wisdom of the Perl Monks concerning the following question:
my $circle = Goo::Canvas::Ellipse->new( $g, $cx, $cy, 3, 3, 'stroke-color' => 'red', # <===== LIKE THIS 'line-width' => 1);
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Supported color names of Goo::Canvas (and Gtk2)
by Anonymous Monk on Dec 04, 2009 at 03:12 UTC | |
|
Re: Supported color names of Goo::Canvas (and Gtk2)
by zentara (Cardinal) on Dec 04, 2009 at 13:47 UTC |