Home › Forums › Other › Weird "padding" issue with SVG in Chrome › Reply To: Weird "padding" issue with SVG in Chrome
September 15, 2015 at 10:40 am
#208199
Participant
I think the issue might be due to the background image being re-sized and having dimension values that aren’t whole integers. Then the browser rounds the dimensions when the page is rendered, and it results in the small gap and “bounce” effect.
You could hide the gap by changing the .level-one:before bottom attribute to 99%… The bounciness will still be there, but I think that makes it a lot less noticeable.
Maybe someone else can offer a more “real” solution…