From 9b8d144589361d2853e8fca704cd06b07d31b563 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Paul=20H=C3=A4nsch?= Date: Wed, 8 Jan 2020 21:00:32 +0100 Subject: [PATCH] corrected functions related to drawing --- therapies/page.sh | 22 +++++++++++----------- therapies/therapy_draw.js | 8 ++++---- 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/therapies/page.sh b/therapies/page.sh index ece7ad1..ecf113a 100755 --- a/therapies/page.sh +++ b/therapies/page.sh @@ -190,19 +190,19 @@ penwidth="$(TPY penwidth |grep -xE -m1 '(4|12|36)' || printf '4')" color="$(TPY color |grep -xE -m1 '#(000|00A|0A0|0AA|A00|A0A|AA0|FFF)' || printf '#000')" cat <