We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03e9e7e commit dbafb11Copy full SHA for dbafb11
src/style.js
@@ -15,7 +15,7 @@ export function Style(mark, {
15
strokeDasharray,
16
mixBlendMode
17
} = {}) {
18
- mark.colorFilter = string(colorFilter);
+ mark.colorFilter = impliedString(colorFilter, "none");
19
mark.fill = impliedString(fill, "currentColor");
20
mark.fillOpacity = impliedNumber(fillOpacity, 1);
21
mark.stroke = impliedString(stroke, "none");
0 commit comments