GraphiteEditor/Graphite

Text alignment should work without an explicit max-width

Open

#4,011 opened on 2026年4月6日

GitHub で見る
 (5 comments) (0 reactions) (0 assignees)Rust (1,176 forks)batch import
Good First Issue

Repository metrics

Stars
 (25,662 stars)
PR merge metrics
 (平均マージ 6d 9h) (30d で 65 merged PRs)

説明

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.

コントリビューターガイド