diff options
author | ribet | 2007-07-12 07:34:13 +0000 |
---|---|---|
committer | ribet | 2007-07-12 07:34:13 +0000 |
commit | 5586e7c30aac273b684b426d4a09b370d5794ca0 (patch) | |
tree | 0b1c6c6141c49999b368cd5c1c22fe54106a8534 /doc | |
parent | 80211308e4a34e5c29349725b2a4b14656d72f75 (diff) | |
download | mtc-5586e7c30aac273b684b426d4a09b370d5794ca0.zip mtc-5586e7c30aac273b684b426d4a09b370d5794ca0.tar.gz mtc-5586e7c30aac273b684b426d4a09b370d5794ca0.tar.bz2 mtc-5586e7c30aac273b684b426d4a09b370d5794ca0.tar.xz |
Donne plus de sens à l'exemple
Diffstat (limited to 'doc')
-rwxr-xr-x | doc/exemple_circle.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/exemple_circle.pl b/doc/exemple_circle.pl index 0e7bb2d..17c0c08 100755 --- a/doc/exemple_circle.pl +++ b/doc/exemple_circle.pl @@ -27,7 +27,7 @@ use MTools::GUI::MCircle; new MTools (800, 600, "Exemple de cercle"); -my $cercle = new MTools::GUI::MCircle (1, 400, 300, 200); +my $cercle = new MTools::GUI::MCircle (1, 400, 300, 220); my $disque = new MTools::GUI::MCircle (1, 400, 300, 200, -filled => 1, -fillcolor => "red"); mrun; |