Closed
Description
Elements rendered by a mark are positioned with transform: translate(x,y)
, which is not supported by SVGSVGElement
. So all facets end up at the same location.
It's a bug because our documentation states that the render transform must return an "SVG Element"
Line 117 in 700c6ee
(and SVGSVGElement
is a child of SVGElement
).