Pārlūkot izejas kodu

making inches floating to 1 decimal precison to correlate to the defined tables

master
Gustavo Neves pirms 8 gadiem
vecāks
revīzija
81b2e4e07d
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. +1
    -1
      pdfScale.sh

+ 1
- 1
pdfScale.sh Parādīt failu

@@ -973,7 +973,7 @@ pointsToMilimeters() {
# Prints the inches equivalent from $1 postscript points
pointsToInches() {
local pts=$(echo "scale=8; $1 / 72" | "$BCBIN")
printf '%.2f' "$pts" # Print rounded conversion
printf '%.1f' "$pts" # Print rounded conversion
}




Notiek ielāde…
Atcelt
Saglabāt