Promote STR-008 pad stroke task

This commit is contained in:
2026-06-13 17:59:47 +02:00
parent fee09e5340
commit 9bbc24b075
2 changed files with 34 additions and 1 deletions

View File

@@ -85,6 +85,10 @@ agent or engineer to remove them without reconstructing context from chat.
face loop orchestration now routes through
`execute_legacy_canvas_stroke_main_pass_frame_callbacks(...)`; the retained
path still owns the concrete shader, sampler, and framebuffer wiring.
- 2026-06-13: DEBT-0036 was narrowed again. `Canvas::stroke_draw()` pad-face
orchestration remains retained and is next targeted for helper extraction;
pad destination dispatch already routes through a retained helper, but the
pad face loop and copy timing still live in `Canvas`.
- 2026-06-13: DEBT-0036 was narrowed again. `Canvas::stroke_draw_samples()`
now routes polygon triangulation, sample-point assembly, and retained
destination-copy / upload / draw helper handoff through