gpt4 book ai didi

svg - SVG 中文本元素的垂直对齐方式

转载 作者:行者123 更新时间:2023-12-03 04:26:58 29 4
gpt4 key购买 nike

假设我有 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>

我想以某种方式对齐ab的顶部。实际上,我希望我的定位是根据 roofline 而不是 baseline!

最佳答案

根据 SVG 规范,alignment-baseline仅适用于<tspan> , <textPath> , <tref><altGlyph> 。我的理解是它是用来抵消<text>中的那些他们上方的物体。我想你正在寻找的是 dominant-baseline .

dominant-baseline 的可能值是:

auto | use-script | no-change | reset-size | ideographic | alphabetic | hanging | mathematical | central | middle | text-after-edge | text-before-edge | inherit

检查the W3C recommendation for the dominant-baseline property有关每个可能值的更多信息。

关于svg - SVG 中文本元素的垂直对齐方式,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/12250403/

29 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com