3***@qq.com
3***@qq.com
  • 发布:2023-09-12 17:08
  • 更新:2025-04-10 21:10
  • 阅读:151

【报Bug】svg circle\polygon\animate 标签不支持

分类:uni-app

产品分类: uniapp/App

PC开发环境操作系统: Windows

PC开发环境操作系统版本号: win10

HBuilderX类型: 正式

HBuilderX版本号: 3.8.12

手机系统: Android

手机系统版本号: Android 7.0

手机厂商: 小米

手机机型: Redmi Note 4X

页面类型: vue

vue版本: vue2

打包方式: 云端

项目创建方式: HBuilderX

示例代码:

<svg width="50px" height="50px" style="background-color: red;">
<circle
cx="25"
cy="25" r="20"
fill="transparent"
stroke-width="3"
stroke-dasharray="31.415, 31.415"
stroke="#02bcfe"
stroke-linecap="round"

                  </circle>                   

                </svg>

操作步骤:

运行后,手机端不显示

预期结果:

与网页h5一致显示

实际结果:

与网页h5一致显示

bug描述:

<svg width="50px" height="50px" style="background-color: red;">
<circle
cx="25"
cy="25" r="20"
fill="transparent"
stroke-width="3"
stroke-dasharray="31.415, 31.415"
stroke="#02bcfe"
stroke-linecap="round"

</circle>
</svg>

2023-09-12 17:08 负责人:无 分享
已邀请:
3***@qq.com

3***@qq.com (作者)

<svg width="50px" height="50px" style="background-color: red;">
<circle
cx="25"
cy="25" r="20"
fill="transparent"
stroke-width="3"
stroke-dasharray="31.415, 31.415"
stroke="#02bcfe"
stroke-linecap="round"

                  </circle>                   

                </svg>
aspack001

aspack001 - 老程序猿

官方不支持,你得去插件市场找一个

要回复问题请先登录注册