Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想编写一个程序,它将根据一些数据自动构建一个带有 SVG 的图表。图表中有几个带文字的箭头。
现在我面临一个问题:如何提前知道文本的长度?箭必须有多长?完整的文本必须放在箭头上方。
有人有想法吗??我怎么知道文本在 SVG 中需要多少位置?
看一下测量文本元素边界框的尺寸。如果要预先计算,可以考虑使元素不可见。