The lineY() and lineX() options expose stroke width, opacity, dash pattern, and curve, but the generated line style hard-codes lineCap and lineJoin to round. Matching square or butt line endpoints therefore requires replacing or patching the rendered output.
Would it be possible to expose lineCap and lineJoin options on line marks, using the values already supported by SceneStyle?
The
lineY()andlineX()options expose stroke width, opacity, dash pattern, and curve, but the generated line style hard-codeslineCapandlineJointoround. Matching square or butt line endpoints therefore requires replacing or patching the rendered output.Would it be possible to expose
lineCapandlineJoinoptions on line marks, using the values already supported bySceneStyle?