我可以在浏览器中使用 SVG 渲染特殊字符吗

发布于 2024-10-27 23:28:00 字数 238 浏览 0 评论 0原文

我正在使用 SVG 库 RaphealJS 构建图表。我想将其中一个轴标记为 F° SVG 文本元素中可以包含特殊字符吗?

我希望能够执行以下操作:

var paper = Raphael(10, 50, 320, 200);
paper.text(10, 10, 'F°')

I am building a graph using the SVG library RaphealJS. I would like to label one of the axes as F° Can special characters be included in SVG text elements?

I would like to be able to do something like the following:

var paper = Raphael(10, 50, 320, 200);
paper.text(10, 10, 'F°')

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

但可醉心 2024-11-03 23:28:00

事实证明,您可以简单地显式添加该字符。不需要特殊的编码。在我的 Mac 上,该字符为 option+0 option+shift+8,并且它在 SVG 中显示正确。

Turns out you can simply add the character explicitly. There's no need to special encoding. The character is option+0 option+shift+8 on my mac, and it displays correctly in SVG.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文