0
試圖創建圖表圖例。如何使svg文本像內聯塊
<svg>
<g class="legend">
<g>
<rect fill="blue" width="1em" height="1em" />
<text>Bosnia and Herzegovina</text>
</g>
<g>
<rect fill="red" width="1em" height="1em" />
<text>Democratic Republic of the Congo</text>
</g>
</g>
</svg>
很明顯,每個項目都是從上一個開始的(0,0)開始的。有沒有辦法讓它們更像行內塊元素?