Warning: file_get_contents(/data/phpspider/zhask/data//catemap/8/svg/2.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Ios SVG文件和UIWebView缺少数据_Ios_Svg_Uiwebview - Fatal编程技术网

Ios SVG文件和UIWebView缺少数据

Ios SVG文件和UIWebView缺少数据,ios,svg,uiwebview,Ios,Svg,Uiwebview,我正在尝试用AFNetworking类在我的应用程序中打开一些SVG,文件已打开,但我丢失了一些数据 当我尝试用Safari打开它时,我可以正确地看到它 我错过的xml代码是: <g stroke-width="0.25" clip-path="url(#clipId0)" fill="rgb(0,0,255)" stroke="none" > <text transform="matrix(7.16352e-017 -1.16989 1.16989 7.16352e

我正在尝试用AFNetworking类在我的应用程序中打开一些SVG,文件已打开,但我丢失了一些数据

当我尝试用Safari打开它时,我可以正确地看到它

我错过的xml代码是:

<g stroke-width="0.25" clip-path="url(#clipId0)" fill="rgb(0,0,255)"      stroke="none" >
<text transform="matrix(7.16352e-017 -1.16989 1.16989 7.16352e-017 701.776 462.386)" font-family=",'sans-serif'" font-size="1.299"      style="font-family: txt" >2009123351</text>
</g>

2009123351
我应该看到的是2009123351,但我就是看不见,其他代码是可以的

知道我为什么会错过吗


Thanx非常感谢您的帮助。

问题在于svg和缩放因子,一旦我们缩小原始文件,然后转换为svg,我们就成功地找到了丢失的数据