GraphiteEditor/Graphite

Text alignment should work without an explicit max-width

Open

#4011 opened on Apr 6, 2026

View on GitHub
 (5 comments) (0 reactions) (0 assignees)Rust (25,662 stars) (1,176 forks)batch import
Good First Issue

Description

Currently, the Text node's "Align" parameter (Left/Center/Right/Justify) has no effect, and left alignment occurs regardless of the setting, when the "Max Width" setting is not active. It should use its own bounding box across all rows of text as the basis for centered and right-aligned justification.

Contributor guide