in reply to Tk::Zinc based geometry puzzles
$current = $zinc->add( 'curve', 1, [@points], -closed => 1, -visible => 1, -filled => 1, -fillcolor => $color, -smoothrelief => 1 # add this );
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^2: Tk::Zinc based geometry puzzles
by thundergnat (Deacon) on Apr 22, 2008 at 23:10 UTC | |
by zentara (Cardinal) on Apr 23, 2008 at 15:29 UTC |