I think we should expose line join settings for all layers drawing line or polygon-like shapes.
Currently the line join defaults to mitre for vegalite, but I think we should take control over this setting.
I'm imagining something like
DRAW path SETTING linejoin => 'round'
Or when numeric, it can imply linejoin => 'mitre' and simulateously set the mitre limit.
DRAW path SETTING linejoin => 10
I think we should expose line join settings for all layers drawing line or polygon-like shapes.
Currently the line join defaults to mitre for vegalite, but I think we should take control over this setting.
I'm imagining something like
Or when numeric, it can imply
linejoin => 'mitre'and simulateously set the mitre limit.