一种比较 Tricky 的引入 SVG 或者 HTML 片段的方法

```
<iframe src="signal.svg" onload="this.before((this.contentDocument.body || this.contentDocument).children[0]);this.remove()"></iframe>
```

原文链接:www.filamentgroup.com
展开
评论