更改作为img

时间:2018-09-21 12:30:57

标签: javascript html css image svg

具有类似的图像:

<img src="/img/image.svg" width="15" height="15">应该如何改变其颜色?

我试图在img的父级中添加一个CSS类

img {
    color: red;
}

或在img标签<img src="/img/image.svg" width="15" height="15" fill="red">

中添加

<img src="/img/image.svg" width="15" height="15" ng-style="{'color': 'red'}">

仍然不会改变图像的颜色。

0 个答案:

没有答案