Closed
Description
Because of antialiasing, we produce subpixel artifacts between stacked bars which appear as white lines. This is shown in this Codepen
This has been discussed in this Stack Overflow thread and in #4149. Because bars are rectangles, I wonder if we shouldn't set shape-rendering="crispEdges"
on them 🤔