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 文件绘制到 HTML5 标记中,然后通过 Javascript 动态更改 SVG 文件中元素的填充颜色?
*到目前为止我做了什么:
制作了一个新的 Image 对象
将它的 src 设置为有问题的 .svg 文件
给它一个 onload 函数,将它绘制到 via ctx.drawImage()