BitGo / BitGoJS

BitGo JavaScript SDK
https://developers.bitgo.com/
Apache License 2.0
354 stars 272 forks source link

fix(key-card): broken keycard img scaling based on fixed size #4711

Closed mtexeira-simtlix closed 2 months ago

mtexeira-simtlix commented 3 months ago

TICKET: WP-2122

KeyCardImage rendered on pdf (the one with the coin logo) was using as dimensions 303 x 40 for every coin but some images comes with different sizes so the solution is to re-scalate based on the available size and checking if one of the dimensions still exceeds after the dimensions change.

mtexeira-simtlix commented 3 months ago

Added a DO NOT MERGE label because i'm doing an alpha release first in order to test the changes with multiple wallets.