Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

uniapp中无法正常显示svg #505

Closed
lululu222 opened this issue Mar 29, 2023 · 0 comments
Closed

uniapp中无法正常显示svg #505

lululu222 opened this issue Mar 29, 2023 · 0 comments
Labels
bug Something isn't working

Comments

@lululu222
Copy link

lululu222 commented Mar 29, 2023

填充内容如下

如果<svg xmlns="http://www.w3.org/2000/svg" class="w67902196596s" fill-rule="evenodd" preserveaspectratio="none" stroke-linecap="round" style="height:16.65pt;width:65.4pt;" viewbox="0 0 2080 512">   <style type="text/css"> .w67902196596s .brush0 { fill: rgb(255,255,255); } .w67902196596s .pen0 { stroke: rgb(0,0,0); stroke-width: 1; stroke-linejoin: round; } .w67902196596s .font0 { font-size: 406px; font-family: "Times New Roman", serif; } .w67902196596s .font1 { font-style: italic; font-size: 406px; font-family: "Times New Roman", serif; } .w67902196596s .font2 { font-size: 373px; font-family: Symbol, serif; } .w67902196596s .font3 { font-weight: bold; font-size: 76px; font-family: System, sans-serif; } </style> <g>   <text class="font0" x="316 712 1480 1876" y="352">   ()()  </text>   <text class="font1" x="70 484 1234 1630" y="352">   PAPB  </text>   <text class="font2" x="922" y="352">   £  </text>   </g>  </svg> ,则一定有<svg xmlns="http://www.w3.org/2000/svg" class="w67902196576s" fill-rule="evenodd" preserveaspectratio="none" stroke-linecap="round" style="height:15.1pt;width:33.7pt;" viewbox="0 0 1088 480">   <style type="text/css"> .w67902196576s .brush0 { fill: rgb(255,255,255); } .w67902196576s .pen0 { stroke: rgb(0,0,0); stroke-width: 1; stroke-linejoin: round; } .w67902196576s .font0 { font-style: italic; font-size: 406px; font-family: "Times New Roman", serif; } .w67902196576s .font1 { font-size: 373px; font-family: Symbol, serif; } .w67902196576s .font2 { font-weight: bold; font-size: 76px; font-family: System, sans-serif; } </style> <g>   <text class="font0" x="88 772" y="352">   AB  </text>   <text class="font1" x="394" y="352">   Í  </text>   </g>  </svg> . ( )

发现直接漏掉了svg
image

@jin-yufeng jin-yufeng added the bug Something isn't working label May 13, 2023
sonofmagic added a commit to sonofmagic/mp-html that referenced this issue Jun 26, 2023
commit d67be37
Author: Jin Yufeng <1750665@tongji.edu.cn>
Date:   Sun May 14 21:00:47 2023 +0800

    release v2.4.2

commit 9acb1d3
Author: Jin Yufeng <1750665@tongji.edu.cn>
Date:   Sun May 14 20:06:00 2023 +0800

    修复了 editable 插件点击音视频时其他标签框不消失的问题

commit 09c8d42
Author: Jin Yufeng <1750665@tongji.edu.cn>
Date:   Sun May 14 19:39:26 2023 +0800

    editable 插件支持修改文字颜色 jin-yufeng#254

commit 0a18c02
Author: Jin Yufeng <1750665@tongji.edu.cn>
Date:   Sun May 14 11:47:55 2023 +0800

    修复了 uni-app 包使用旧版编译器可能报错的问题 jin-yufeng#472

commit 2d0821f
Author: Jin Yufeng <1750665@tongji.edu.cn>
Date:   Sat May 13 17:25:52 2023 +0800

    修复了 svg 中有 style 不生效的问题 jin-yufeng#505

commit 8e50ea7
Author: Jin Yufeng <1750665@tongji.edu.cn>
Date:   Sat May 13 16:20:05 2023 +0800

    修复了 uni-app 包 app 端可能出现无法读取 lazyLoad 的问题 jin-yufeng#513

commit 38402ca
Author: Jin Yufeng <1750665@tongji.edu.cn>
Date:   Sat May 13 15:32:39 2023 +0800

    修复了latex插件部分情况下不显示的问题 jin-yufeng#515

commit ca66d5e
Merge: c0b780b 380c674
Author: jin-yufeng <48236054+jin-yufeng@users.noreply.github.com>
Date:   Fri Mar 24 21:21:55 2023 +0800

    Merge pull request jin-yufeng#497 from TwoKe945/master

    fix: 修复editable插件在点击换图时,出现的domain前缀未添加的问题

commit 380c674
Author: TwoKe <twoke945@163.com>
Date:   Mon Mar 13 15:58:43 2023 +0800

    fix: 图片设置超链接以及预览图链接url转化

commit ebd1bba
Author: TwoKe <twoke945@163.com>
Date:   Sun Mar 12 23:01:07 2023 +0800

    fix: miniprogram平台node.js Parser引入路径错误

commit 4060075
Author: TwoKe <twoke945@163.com>
Date:   Sun Mar 12 22:57:23 2023 +0800

    chore: 更换getImgUrl为通用url解析函数Parser.getUrl

commit 467cc0f
Author: TwoKe <twoke945@163.com>
Date:   Sun Mar 12 21:09:38 2023 +0800

    fix: 修复editable插件在点击换图时,出现的domain前缀未添加的问题
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants