gpt4 book ai didi

angular - 无法绑定(bind)到 ':xlink:href',因为它不是 ':svg:image' 的已知属性

转载 作者:搜寻专家 更新时间:2023-10-30 21:56:42 28 4
gpt4 key购买 nike

我正在尝试为 svg 图像动态设置 href,如下所示:

<svg style="width:100%; height:100%">
<image x="-29" y="7" height="53" width="170" xlink:href="{{logoFile}}" />
</svg>

但后来我在控制台中遇到了错误:无法绑定(bind)到“:xlink:href”,因为它不是“:svg:image”的已知属性

最佳答案

因为 xlink:href 是属性而不是 SVG 的属性 image元素,使用 attribute binding :

[attr.xlink:href]="logoFile"

参见 this stackblitz用于演示。

关于angular - 无法绑定(bind)到 ':xlink:href',因为它不是 ':svg:image' 的已知属性,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/54063926/

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