gpt4 book ai didi

Titanium 桌面中的 SVG?

转载 作者:行者123 更新时间:2023-12-04 21:49:20 25 4
gpt4 key购买 nike

我正在运行 Titanium Desktop 的 1.1.0 SDK,并且只有我的 SVG 文本元素能够正确呈现。诸如 getBBox() 之类的 SVG 方法会给出错误消息。

该应用程序在 Titanium 环境之外运行良好 - 即:Chrome、Firefox、Safari。

关于如何解决这个问题的任何想法?
(Titanium 中真正运行的是什么浏览器 + 版本??)

谢谢。

编辑:

示例 SVG 代码:

<svg width="400" height="400" viewBox="0 0 400 400"
xmlns="http://www.w3.org/2000/svg" version="1.1">
<title>Example triangle01- simple example of a 'path'</title>
<desc>A path that draws a triangle</desc>
<rect x="1" y="1" width="398" height="398"
fill="none" stroke="blue" />
<path d="M 100 100 L 300 100 L 200 300 z"
fill="red" stroke="blue" stroke-width="3" />
</svg>

在 Chrome 和其他浏览器中呈现三角形:

enter image description here

在 Titanium Desktop 中不渲染(或仅渲染文本元素):

enter image description here

最佳答案

您粘贴的 SVG 非常基础,应该可以在所有支持 SVG 的环境中正常工作。以下是 W3C 综合测试套件的链接,用于测试 SVG 标准的一致性。请找到在您的环境中运行这些测试的方法。如果测试失败,那么您的环境可能不支持完整的 SVG 规范。

http://www.w3.org/Graphics/SVG/Test/20061213/htmlObjectHarness/full-index.html

关于Titanium 桌面中的 SVG?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/7917534/

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