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.
SVG を使用しようとしていますが、何も表示されません。ファイルの png バージョンは期待どおりに機能します。
<img src="typewriter.svg" alt="typewriter svg">
検索したところ、クロムと SVG に問題があるようですが、ここでは問題ではないと思います。
これがどのように機能するかは次のとおりです。
<object data="typewriter.svg" type="image/svg+xml"> <img src="typewriter.png" /> </object>