Skip to content

Commit

Permalink
update demo titles
Browse files Browse the repository at this point in the history
  • Loading branch information
Cristy committed Nov 28, 2023
1 parent 635e5d8 commit aabf322
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion PerlMagick/demo/annotate.pl
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,4 @@
}
$image->Set(delay=>20);
$image->Write("annotate.pam");
$image->Animate();
$image->Animate(title=>"Rotating Text");
2 changes: 1 addition & 1 deletion PerlMagick/demo/composite.pl
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,4 @@
}
$image->Set(delay=>20);
$image->Write("composite.pam");
$image->Animate();
$image->Animate(title=>"Rotating Smiles");
2 changes: 1 addition & 1 deletion PerlMagick/demo/lsys.pl
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ sub lsys_execute
if ($translate{$command}) { &{$translate{$command}}(); }
}
$im->Write($filename);
$im->Write(magick=>'SHOW',title=>"LSYS");
$im->Write(magick=>'SHOW',title=>"L-system");
}

1;

0 comments on commit aabf322

Please sign in to comment.