【发布时间】:2021-01-01 04:39:09
【问题描述】:
【问题讨论】:
标签: inkscape subscript superscript
【问题讨论】:
标签: inkscape subscript superscript
您可以在零索引上使用负水平字距调整。查看右上角的红框字段。
文本元素的 SVG 如下所示:
<text
xml:space="preserve"
style="font-style:normal;font-weight:normal;font-size:10.584px;line-height:1.25;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.2646"
x="29.4"
y="29.48"
id="text3715"><tspan
sodipodi:role="line"
id="tspan3713"
x="29.4"
y="29.48"
style="stroke-width:0.2646"
dx="0 0 0 0 5 0 0 0 3.5">(x'<tspan
style="font-size:65%;baseline-shift:sub"
id="tspan3717"
dx="-3.5">0</tspan>,y'<tspan
style="font-size:65%;baseline-shift:sub"
id="tspan3719"
dx="-3.5">0</tspan>)</tspan></text>
注意dx="-3.5" 属性。
【讨论】: