aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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;