mirror of
https://github.com/pezkuwichain/pezkuwi-wallet-utils.git
synced 2026-07-22 10:15:49 +00:00
0c67cae2d7
SOL.svg was a lone full-bleed 32x32 canvas with r=16 (the circle exactly filled the icon bounds), while every other token icon (BTC, DOT, KSM, HEZ, PEZ, LINK, TAO) uses a 48x48 canvas with an r=18 background circle, leaving a margin so the app's dark background forms a consistent ring around each token in the asset list. Reflowed the same logomark path (unchanged) into that convention via a scale/translate group, matching BTC.svg's own transform pattern.