当背景颜色覆盖在SVG上时,它们的颜色行为不一致。 (浏览器)

时间:2018-03-31 08:30:47

标签: css svg web inkscape

我正在研究一些背景艺术,我会将它与背景颜色一起使用,背景颜色会覆盖在背景颜色上。但是背景颜色叠加的行为并没有意义。当应用背景颜色时,线条的颜色与正方形的颜色不同,但在没有背景时则相同

body {
    background-color: #2d3137; /*Background 1*/
    background-image: url('/static/bg.svg');
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

原件:
The original svg with no background.

背景#1:
The same svg rendered with a background

背景#2:
The same svg rendered with another background

1 个答案:

答案 0 :(得分:0)

颜色完全相同。使用颜色选择器工具进行双重检查。