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
Html svg文本标记上的俄语字符未正确显示_Html_Svg_Character_Font Face - Fatal编程技术网

Html svg文本标记上的俄语字符未正确显示

Html svg文本标记上的俄语字符未正确显示,html,svg,character,font-face,Html,Svg,Character,Font Face,我在网站上有Svg,将会有俄文文本 但是当我打开浏览器时,文本显示不正确 这是我的密码 <g> <rect id="XMLID_2_" x="409.1" y="102.3" transform="matrix(0.7071 -0.7071 0.7071 0.7071 25.8097 371.5413)" class="cubes hex-init" data-title="backend" data-content="backend-desc" data-color="#

我在网站上有Svg,将会有俄文文本 但是当我打开浏览器时,文本显示不正确

这是我的密码

<g>
  <rect id="XMLID_2_" x="409.1" y="102.3" transform="matrix(0.7071 -0.7071 0.7071 0.7071 25.8097 371.5413)" class="cubes hex-init" data-title="backend" data-content="backend-desc" data-color="#333333" width="104.6" height="104.6"/>
  <image style="overflow:visible;" width="256" height="256" id="XMLID_18_" xlink:href="assets/img/time.png"  transform="matrix(0.1826 0 0 0.1826 440 110.7045)"></image>
  <text id="XMLID_22_" transform="matrix(1 0 0 1 425.0002 174.6665)" class="st1 st2">Собственный график</text>
</g>

您可以在html头中添加元字符集

 <meta charset="UTF-8">

 <meta charset="UTF-8">