gpt4 book ai didi

svg - 如何在 SVG 中制作不同大小的内联文本?

转载 作者:行者123 更新时间:2023-12-04 13:40:31 25 4
gpt4 key购买 nike

为 HTML 中的不同单词创建具有不同字体大小的文本非常容易。但是<text>呢?在 svg 中?

我认为这很好地解释了我的问题:https://jsfiddle.net/4atoctra/1/

一切都在这里:

<div>
This is a text, and you can have <span style="font-size:25px">big</span> and <span style="font-size:11px">small</span> sizes easily inline.
</div>

<div style="margin-top:50px">
<svg xmlns="http://www.w3.org/2000/svg" version="1.1" xmlns:xlink="http://www.w3.org/1999/xlink" preserveAspectRatio="none" x="0px" y="0px" width="360px" height="126px" viewBox="0 0 360 126">
<text><tspan x="150" text-anchor="middle" y="10" font-family="Tahoma" font-weight="bold" font-size="11" fill="#003863" xml:space="preserve">What about this in a &lt;svg&gt;?</tspan></text></svg>
</div>

最佳答案

您可以更改每个 的字体大小跨度元素?

<svg viewBox="0 0 500 100" width="500px">
<text x="0" y="50" font-size="20">It's not <tspan font-size="30">that hard</tspan><tspan font-size="40"> to change size?</tspan></text>
</svg>

关于svg - 如何在 SVG 中制作不同大小的内联文本?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/40154595/

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