Skip to content

Commit

Permalink
fix: increase crop width
Browse files Browse the repository at this point in the history
  • Loading branch information
jakehamilton committed Dec 10, 2023
1 parent 5c711e9 commit 77461aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/cow2img/cow2img.sh
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ pushd $temp > /dev/null
popd > /dev/null

# Bash doesn't support multiplication with floats, so we have to use `bc`.
crop_width=$(echo "$cow_width*9" | bc)
crop_width=$(echo "$cow_width*10" | bc)
crop_height=$(echo "$cow_height*18.5" | bc)

# Create and clean the `cow` directory.
Expand Down

0 comments on commit 77461aa

Please sign in to comment.