Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums Other Weird "padding" issue with SVG in Chrome Reply To: Weird "padding" issue with SVG in Chrome

#208199
bearhead
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…