Reassign position and scaling for CSAT ranks
parent
78aa2cdfe8
commit
630668e032
|
@ -77,10 +77,10 @@ let createSignature = (userId, res, next) => {
|
|||
rankX = 36;
|
||||
rankY = 34;
|
||||
} else {
|
||||
rankW = 61;
|
||||
rankH = 61;
|
||||
rankX = 19;
|
||||
rankY = 36;
|
||||
rankW = 37;
|
||||
rankH = 58;
|
||||
rankX = 30;
|
||||
rankY = 34;
|
||||
}
|
||||
|
||||
jimp.read(resourceDir + 'rank/' + result._id + fileExt)
|
||||
|
|
Loading…
Reference in New Issue