gpt4 book ai didi

javascript - 在拉斐尔 JS

转载 作者:搜寻专家 更新时间:2023-11-01 04:10:25 25 4
gpt4 key购买 nike

我需要做类似的事情:

paper.text(Left, Top, " " + this._p.Label + ":");
paper.text(Left, Top, " " + this._p.Label + ":");

但前置空格不会在文本中显示或显示为  

我试过:

label.attr({"xml:space": "preserve"});

...没有效果。

有没有办法访问 Raphael JS 中的 SVG 节点,以便我可以设置

setAttributeNS("http://www.w3.org/XML/1998/namespace","space","preserve");

(或者有其他方法可以解决这个问题吗?)

最佳答案

是的,您绝对可以将该命名空间属性直接应用于由 Raphael 管理的 SVG 元素。就这么简单:

paper.canvas.setAttributeNS("http://www.w3.org/XML/1998/namespace", "xml:space","preserve");

证明是功能性的 here .

关于javascript - 在拉斐尔 JS,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/12155954/

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