diff --git a/captcha/experimental.sh b/captcha/experimental.sh index 6f3375c..ada5fad 100755 --- a/captcha/experimental.sh +++ b/captcha/experimental.sh @@ -115,9 +115,9 @@ TEXT=$(echo "$(${TRANSFORMATIONS[$RAND_INDEX]})" | cut -d "|" -f 2) convert -size 300x60 xc:none -pointsize 20 \ \( -clone 0 -fill black \ -stroke black -strokewidth 1 \ - -font Helvetica-Narrow -weight Thin -annotate "0x0+0+0" "\n $INSTRUCTIONS" \ - -font Helvetica-Bold -weight Light -annotate "0x0+0+18" "\n $TEXT" \ - -font Helvetica-Narrow -weight Thin -annotate "0x0+0+35" "\n $INSTRUCTIONS2" \ + -font Helvetica-Narrow -annotate "0x0+0+0" "\n $INSTRUCTIONS" \ + -font Helvetica-Bold -annotate "0x0+0+18" "\n $TEXT" \ + -font Helvetica-Narrow -annotate "0x0+0+35" "\n $INSTRUCTIONS2" \ -roll +$ROLL_X+0 \ -wave "$WAVE1_AMPLITUDE"x"$WAVE1_LENGTH" \ -roll -$ROLL_X+0 \) \ @@ -126,9 +126,9 @@ convert -size 300x60 xc:none -pointsize 20 \ convert -size 300x60 xc:none -pointsize 20 \ \( -clone 0 -fill black \ -stroke black -strokewidth 1 \ - -font Helvetica-Narrow -weight Thin -annotate "0x0+0+0" "\n $INSTRUCTIONS" \ + -font Helvetica-Narrow -annotate "0x0+0+0" "\n $INSTRUCTIONS" \ -font Helvetica-Bold -annotate "0x0+0+18" "\n $TEXT" \ - -font Helvetica-Narrow -weight Thin -annotate "0x0+0+36" "\n $INSTRUCTIONS2" \ + -font Helvetica-Narrow -annotate "0x0+0+36" "\n $INSTRUCTIONS2" \ -roll +$ROLL_X+0 \ -wave "$WAVE1_AMPLITUDE"x"$WAVE1_LENGTH" \ -roll -$ROLL_X+0 \) \