1a1d9935d8
Adds an early-return guard in paintNode so nodes with DISPLAY_NONE (already set on their Yoga node) are entirely skipped during paint, matching Ink's renderNodeToOutput behavior. Without the guard, hidden text/borders leaked onto visible siblings at x=0. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>