这适用于 Firefox,但不适用于 Chrome。我希望有人可以解决这个问题。我需要绝对定位内部 div(这似乎是导致问题的原因)。
<body>
<div style="width: 550px; height: 400px; background-color: rgb(0, 142, 0);">
<div style="position: absolute;">
<svg>
<rect width="40" height="40" fill="#666666"></rect>
</svg>
</div>
</div>
</body>