SVG Footer Topper Artifact in Safari

I am trying to put an SVG topper to add a design element to the top of a footer.

In Safari, an extremely small full-width line artifact shows up.

I don’t believe this happens in Firefox.

Is there a setting that can get this to not appear?

Hi @chet
this happens (for me) from time to time especially in combinations with SVG. Maybe there is some framing hidden in the SVG or some browsers render it in that way.

Simply key in the container below the SVG “mt-[-1px]” what shifts him up 1 pixel and thus the line is gone.

Thanks!