dev7355608 / advanced-drawing-tools

Foundry VTT Module: Advanced Drawing Tools
https://foundryvtt.com/packages/advanced-drawing-tools
MIT License
7 stars 0 forks source link

Text Alignment doesn't work #5

Closed YuanRamirez closed 1 year ago

YuanRamirez commented 1 year ago

Tested in both v9 and v10, with and without other modules. Text alignment just doesn't change anything about the way the text is displayed in the drawing.

The following is a text drawing with text alignment set to left.

image

dev7355608 commented 1 year ago

Technically the text was left aligned, but the line width of the text isn't the same size as the width of the drawing and text itself is centered in the drawing shape. So it only had an effect for multiline text.

I changed this behavior in 2.0.4; now the text itself is positioned according to the text alignment.