Record STR-023 closeout hash

This commit is contained in:
2026-06-13 23:23:01 +02:00
parent 07b188de4a
commit 51c70c9ecc
2 changed files with 8 additions and 1 deletions

View File

@@ -673,10 +673,11 @@ ctest --preset desktop-fast --build-config Debug -R "pp_paint_renderer_composito
| Date | Task | Score | Validation | Commit |
| --- | --- | --- | --- | --- |
| 2026-06-13 | STR-022 | +1 renderer boundary and OpenGL parity | `ctest --preset desktop-fast --build-config Debug -R "pp_paint_renderer_compositor|pp_paint_renderer_stroke_execution" --output-on-failure` | `065ddf8e` |
| 2026-06-13 | STR-023 | +1 renderer boundary and OpenGL parity | `ctest --preset desktop-fast --build-config Debug -R "pp_paint_renderer_compositor|pp_paint_renderer_stroke_execution" --output-on-failure` | `07b188de` |
### STR-023 - Extract Stroke Draw Dual Pass Frame Orchestration
Status: Ready
Status: Done
Score: +1 renderer boundary and OpenGL parity
Debt: `DEBT-0036`
Scope: `src/canvas.cpp`, `src/legacy_canvas_stroke_execution_services.h`, `tests/paint_renderer/compositor_tests.cpp`
@@ -695,6 +696,8 @@ Done Checks:
callback order and face execution.
- `docs/modernization/debt.md` records the reduced dual-pass frame surface.
Closeout: `07b188de`
Validation:
```powershell