diff --git a/examples/banner.tcl b/examples/cover.tcl similarity index 91% rename from examples/banner.tcl rename to examples/cover.tcl index c6ab271..cace3ef 100644 --- a/examples/banner.tcl +++ b/examples/cover.tcl @@ -19,7 +19,7 @@ color darkblue; circles 400 400 font "Noto Sans"; size 48 color white; set j 0 -foreach i {GENERATE ORIGINAL ART} { +foreach i "GENERATE ORIGINAL ART" { incr j 64 text 225 [+ 225 $j] $i }