Skip to content

Enable justified text option in toolbar for SVG2 text in shape.

Tavmjong Bah requested to merge text_alignment_toolbar into master

Text in a shape is justifiable via the 'text-align' property. The Text Toolbar does not allow one to set the text alignment to justifiable. This fixes that.

Note, flowed text using 'inline-size' is not justifiable (it uses the 'text-anchor' property).

Merge request reports