I'm having a problem with a full width SVG (page width). When scaling my window it's creating a gap and when scaling further SVG is filled full width again. The screen is a image of the left end of the browser window.

The SVG:
<svg class="line line-top" xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 1280 50">
<polygon points="0 0 1280 0 1280 0 0 50"/>
</svg>
You can see it in this fiddle try changing the viewbox height and the problem gap is starting to get smaller.
Any ideas?