Closed johnhyde closed 2 years ago
Default to rgba(0, 0, 0, 0), which is what d3 will give for any 0-opacity color. Without this, filling sometimes doesn't work as expected because 'rgba(0, 0, 0, 0)' != 'rgba(255, 255, 255, 0)'.
rgba(0, 0, 0, 0)
'rgba(0, 0, 0, 0)' != 'rgba(255, 255, 255, 0)'
Sorry I didn't see this until after the release 😬
LGTM!
Default to
rgba(0, 0, 0, 0)
, which is what d3 will give for any 0-opacity color. Without this, filling sometimes doesn't work as expected because'rgba(0, 0, 0, 0)' != 'rgba(255, 255, 255, 0)'
.Sorry I didn't see this until after the release 😬