SVG scaling issues in Safari

后端 未结 1 848
无人及你
无人及你 2020-12-09 22:55

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

1条回答
  •  时光取名叫无心
    2020-12-09 23:05

    Okay, so the fix was to add preserveAspectRatio="xMinYMin none" to the SVG element.

    
    

    0 讨论(0)
提交回复
热议问题