diff options
| -rwxr-xr-x | bin/grid | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -240,7 +240,6 @@ fi opacity_setting="stroke-opacity $opacity" if [ "$opacity" -eq 1 ]; then opacity_setting=""; - -fi +fi &>/dev/null convert $tmpA -fill none -stroke $color -strokewidth $thickness -draw "$opacity_setting path '$drawstr'" $outfile exit 0 |
