GraphiteEditor/Graphite

Text alignment should work without an explicit max-width

Open

#4 011 ouverte le 6 avr. 2026

Voir sur GitHub
 (5 commentaires) (0 réactions) (0 assignés)Rust (1 176 forks)batch import
Good First Issue

Métriques du dépôt

Stars
 (25 662 stars)
Métriques de merge PR
 (Merge moyen 7j 18h) (37 PRs mergées en 30 j)

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.

Guide contributeur