aboutsummaryrefslogtreecommitdiff
path: root/Perl/demos/Tk/demos/zinc_lib/triangles.pl
diff options
context:
space:
mode:
authormertz2003-03-24 15:00:07 +0000
committermertz2003-03-24 15:00:07 +0000
commit0b183e91ae36b98f805211b34f099962af875458 (patch)
tree9aea98404103535d78e876c3c731c5bd0ec7783c /Perl/demos/Tk/demos/zinc_lib/triangles.pl
parentba28c4b7fc7f45834c8131982d49f4872f7940e7 (diff)
downloadtkzinc-0b183e91ae36b98f805211b34f099962af875458.zip
tkzinc-0b183e91ae36b98f805211b34f099962af875458.tar.gz
tkzinc-0b183e91ae36b98f805211b34f099962af875458.tar.bz2
tkzinc-0b183e91ae36b98f805211b34f099962af875458.tar.xz
passage au nouveau format de gradient (>> 3.2.6h)
Diffstat (limited to 'Perl/demos/Tk/demos/zinc_lib/triangles.pl')
-rw-r--r--Perl/demos/Tk/demos/zinc_lib/triangles.pl3
1 files changed, 1 insertions, 2 deletions
diff --git a/Perl/demos/Tk/demos/zinc_lib/triangles.pl b/Perl/demos/Tk/demos/zinc_lib/triangles.pl
index 7114c7e..2f6350f 100644
--- a/Perl/demos/Tk/demos/zinc_lib/triangles.pl
+++ b/Perl/demos/Tk/demos/zinc_lib/triangles.pl
@@ -44,8 +44,7 @@ $zinc->add('text', 1,
my $tr2 = $zinc->clone($tr1);
$zinc->translate($tr2,300,0);
$zinc->itemconfigure($tr2,
-# -colors => ['#00ed00','#ffff00:50','#006aed:50','#e00000:50'], # this lines bugs zincGL 3.2.3b
- -colors => ['white:50', 'yellow:50', 'magenta:50', 'blue:50', 'cyan:50', 'green:50', 'red:50', 'yellow:50'],
+ -colors => ['white;50', 'yellow;50', 'magenta;50', 'blue;50', 'cyan;50', 'green;50', 'red;50', 'yellow;50'],
);