Strange issue occurring in Safari. I\'m setting the background of an element to be an SVG. This SVG was drawn on a tight pixel grid and appears in most every other browser p
Okay, so the fix was to add preserveAspectRatio="xMinYMin none" to the SVG element.
preserveAspectRatio="xMinYMin none"