Closed
Description
Multi-line legend items are positioned as if they were single-lined:
http://codepen.io/john-soklaski/pen/MygKjM
Debugging through, I found that this happened because the bounding box for the text element was calculated as if the text was all in one line.
I've fixed this in my fork by forcing a recalculation of the legend text's bounding box (though I'm not sure if it is the correct solution):
john-soklaski@855d25c