commit | f8010db2e939abd22fa74652fef139c0a617af95 | [log] [tgz] |
---|---|---|
author | Cristian Giordano <steel89ita@gmail.com> | Wed Dec 28 19:51:26 2016 +0100 |
committer | Jackeagle <jackeagle102@gmail.com> | Sun Nov 26 18:33:12 2017 +0530 |
tree | 1ccc517e86038817b15be9059db47758b5455c19 | |
parent | 637171c399b7d310eb8ff1b3141f5215ff3753d4 [diff] |
Fix Bootanimation Aspect Ratio Change-Id: I9818f677b0bbfe9a6a381174407b9fe4413e78f2
diff --git a/bootanimation/generate-bootanimation.sh b/bootanimation/generate-bootanimation.sh index 6b7957f..39b5619 100755 --- a/bootanimation/generate-bootanimation.sh +++ b/bootanimation/generate-bootanimation.sh
@@ -2,7 +2,7 @@ CWD=`pwd` WIDTH=$1 -HEIGHT=$(echo "$WIDTH/1.6" | bc) +HEIGHT=$(echo "$WIDTH/1.5" | bc) RWIDTH=$WIDTH RHEIGHT=$HEIGHT HALF_RES=$2