最佳答案
假设我有 SVG 文件:
<svg width="1024" height="768" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<text x='20' y='60' style="font-size: 60px">b</text>
<text x='100' y='60' style="font-size: 60px">a</text>
</svg>
我想以某种方式排列 a
和 b
的顶部。实际上,我希望我的定位是根据 roofline
而不是 baseline
!