簡體   English   中英

無法綁定到“:xlink:href”,因為它不是“:svg:image”的已知屬性

[英]Can't bind to ':xlink:href' since it isn't a known property of ':svg:image'

我正在嘗試為 svg 圖像動態設置 href,如下所示:

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

但后來我在控制台中出現錯誤:無法綁定到 ':xlink:href' 因為它不是 ':svg:image 的已知屬性

由於xlink:href是屬性而不是 SVG 圖像元素的屬性,因此使用屬性綁定

[attr.xlink:href]="logoFile"

有關演示,請參閱此 stackblitz

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM