aboutsummaryrefslogtreecommitdiff
path: root/doc/exemple_circle.pl
diff options
context:
space:
mode:
authorribet2007-07-12 07:34:13 +0000
committerribet2007-07-12 07:34:13 +0000
commit5586e7c30aac273b684b426d4a09b370d5794ca0 (patch)
tree0b1c6c6141c49999b368cd5c1c22fe54106a8534 /doc/exemple_circle.pl
parent80211308e4a34e5c29349725b2a4b14656d72f75 (diff)
downloadmtc-5586e7c30aac273b684b426d4a09b370d5794ca0.zip
mtc-5586e7c30aac273b684b426d4a09b370d5794ca0.tar.gz
mtc-5586e7c30aac273b684b426d4a09b370d5794ca0.tar.bz2
mtc-5586e7c30aac273b684b426d4a09b370d5794ca0.tar.xz
Donne plus de sens à l'exemple
Diffstat (limited to 'doc/exemple_circle.pl')
-rwxr-xr-xdoc/exemple_circle.pl2
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;