Index: openacs-4/packages/acs-templating/tcl/captcha-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-templating/tcl/Attic/captcha-procs.tcl,v diff -u -r1.1.2.7 -r1.1.2.8 --- openacs-4/packages/acs-templating/tcl/captcha-procs.tcl 28 Apr 2022 10:59:47 -0000 1.1.2.7 +++ openacs-4/packages/acs-templating/tcl/captcha-procs.tcl 2 May 2022 12:03:30 -0000 1.1.2.8 @@ -39,7 +39,7 @@ set offset [expr {round($width * rand())}] exec [::util::which convert] \ - -size $size \ + -size ${width}x${height} \ -background $background \ -fill $fill \ label:$text \