Open stockiNail opened 2 years ago
Currently, the textAlign of context2D is set using align option of labels.
ctx.textAlign = labelsOpts.align;
But probably a specific option should be added in order to leave the user to decide how to align the rows of multiline label,
This is a breaking change because to implement it we should change the current meaning of align option.
align
Currently, the textAlign of context2D is set using align option of labels.
But probably a specific option should be added in order to leave the user to decide how to align the rows of multiline label,