diff --git a/mepapemaker.sh b/mepapemaker.sh index d97a68a..0e61c8d 100755 --- a/mepapemaker.sh +++ b/mepapemaker.sh @@ -43,7 +43,7 @@ fi # calculate appropriate density to scale the svg # 25 is the dimension of either side of the svg # 50 is the rough scale of the logo that will be on the final image (in %) -density=$(awk "BEGIN {print ($pscale_val/($lscale_val+2).0)*50}") +density=$(awk "BEGIN {print ($pscale_val/($lscale_val+2))*50}") # generate a PNG mask from the source svg magick \