diff --git a/captcha/experimental.sh b/captcha/experimental.sh index c2cb51a..1302a9f 100755 --- a/captcha/experimental.sh +++ b/captcha/experimental.sh @@ -116,8 +116,8 @@ convert -size 300x70 xc:none -pointsize 20 \ \( -clone 0 -fill black \ -stroke black -strokewidth 1 \ -font Helvetica-Narrow -annotate "0x0+0+0" "\n $INSTRUCTIONS" \ - -font Helvetica-Bold -annotate "0x0+0+20" "\n $TEXT" \ - -font Helvetica-Narrow -annotate "0x0+0+40" "\n $INSTRUCTIONS2" \ + -font Helvetica-Bold -annotate "0x0+0+22" "\n $TEXT" \ + -font Helvetica-Narrow -annotate "0x0+0+44" "\n $INSTRUCTIONS2" \ -roll +$ROLL_X+0 \ -wave "$WAVE1_AMPLITUDE"x"$WAVE1_LENGTH" \ -roll -$ROLL_X+0 \) \ @@ -127,8 +127,8 @@ convert -size 300x70 xc:none -pointsize 20 \ \( -clone 0 -fill black \ -stroke black -strokewidth 1 \ -font Helvetica-Narrow -annotate "0x0+0+0" "\n $INSTRUCTIONS" \ - -font Helvetica-Bold -annotate "0x0+0+20" "\n $TEXT" \ - -font Helvetica-Narrow -annotate "0x0+0+40" "\n $INSTRUCTIONS2" \ + -font Helvetica-Bold -annotate "0x0+0+22" "\n $TEXT" \ + -font Helvetica-Narrow -annotate "0x0+0+44" "\n $INSTRUCTIONS2" \ -roll +$ROLL_X+0 \ -wave "$WAVE1_AMPLITUDE"x"$WAVE1_LENGTH" \ -roll -$ROLL_X+0 \) \