Skip to content

Commit dbafb11

Browse files
Filmbostock
andauthored
Update src/style.js
Co-authored-by: Mike Bostock <[email protected]>
1 parent 03e9e7e commit dbafb11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/style.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ export function Style(mark, {
1515
strokeDasharray,
1616
mixBlendMode
1717
} = {}) {
18-
mark.colorFilter = string(colorFilter);
18+
mark.colorFilter = impliedString(colorFilter, "none");
1919
mark.fill = impliedString(fill, "currentColor");
2020
mark.fillOpacity = impliedNumber(fillOpacity, 1);
2121
mark.stroke = impliedString(stroke, "none");

0 commit comments

Comments
 (0)