]> git.bitcoin.ninja Git - satsto.me/commit
Update go button `viewBox` to ensure we can never clip
authorMatt Corallo <git@bluematt.me>
Fri, 6 Sep 2024 14:36:31 +0000 (14:36 +0000)
committerMatt Corallo <git@bluematt.me>
Fri, 6 Sep 2024 14:36:31 +0000 (14:36 +0000)
commit06cbc29c37cb8c1b99a54d02e13a7e0e585b3b19
tree66f1991a676158d89920404d10ad1b4c19b2d1a3
parent5123a1f7dc0e3c358c92561a2ee1b6d03dd9f531
Update go button `viewBox` to ensure we can never clip

The current go button svg `viewBox` can clip as it results in an
image a few % larger than the containing box. This is fine as long
as the containing box has some extra padding, but in the next
commit we're gonna change that so we need a slightly smaller image.
index.html