From 7633fa8776432f13732839feb3478c11a50b44e7 Mon Sep 17 00:00:00 2001 From: Adrien Bourmault Date: Thu, 14 Jan 2021 18:57:31 +0100 Subject: [PATCH] Captcha : more space (more clear) --- captcha/experimental.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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 \) \