I'm using an SVG to create a curved look on my web page. The SVGs are already in place and look great on desktop screens, but when viewed on mobile, I see small lines appearing above and below the SVG that I want to remove.
Here are some pictures of the issue:
Line near navigation bar
Lines above and below the image
Your help in resolving this would be greatly appreciated.
I've already attempted setting the width and height to 100%, but the lines only appear on mobile devices.
The SVG was obtained from
Link to the page:
<html>
<head>
...
</head>
<body bgcolor="red">
...
</body>
</html>