GraphiteEditor/Graphite

Text alignment should work without an explicit max-width

Aberta

#4.011 aberto em 6 de abr. de 2026

 (5 comentários) (0 reação) (0 responsável)Rust (1.176 forks)batch import
Good First Issue

Métricas do repositório

Stars
 (25.662 estrelas)
Métricas de merge de PR
 (Mesclagem média 6d 9h) (65 fundiu PRs em 30d)

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.

Guia do colaborador