Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
<i>HTML で要素の背景画像として使用する PNG 画像があります。SVG 内でこのアイコンを使用する必要があります。<i>の中に入れる<foreignObject>とアイコンがレンダリングされますが、他の多くの問題が発生します。
<i>
<foreignObject>
HTML タグを使用せずに SVG 内でアイコン効果を得る方法はありますか?
SVG には、<image>HTML のタグと非常によく似たタグがあります。
<image>
<image xlink:href="firefox.jpg" x="0" y="0" height="50px" width="50px"></image>