Ed Gargan @edg.foo · Jan 13

Question for any web SVG experts: browser scaling causes these `height=36` and `width=36` squares as 35.99px, causing slight clipping. Besides `overflow: visible` on the SVG, is there a cleaner fix?

0 likes 1 replies

?

Replies

Marc Lajoie · Jan 13

Hard to tell from a distance, but have you tried `display: block` on the SVG element?