How do I center an SVG in a div?

后端 未结 12 1735
没有蜡笔的小新
没有蜡笔的小新 2020-11-27 10:11

I have an SVG that I am trying to center in a div. The div has a width or 900px. The SVG has a width of 400px. The SVG has its margin-left and margin-right set to auto. Does

12条回答
  •  庸人自扰
    2020-11-27 10:54

    Above answers did not work for me. Adding the attribute preserveAspectRatio="xMidYMin" to the tag did the trick though. The viewBox attribute needs to be specified for this to work as well. Source: Mozilla developer network

提交回复
热议问题