Route canvas stroke material decisions through planner
This commit is contained in:
@@ -18,6 +18,12 @@ agent or engineer to remove them without reconstructing context from chat.
|
||||
|
||||
## Recent Reductions
|
||||
|
||||
- 2026-06-12: DEBT-0036 was narrowed again. Live `Canvas::stroke_draw`,
|
||||
stroke commit, and draw-merge paths now consume `CanvasStrokeMaterialPlan`
|
||||
through `plan_legacy_canvas_stroke_material` for destination feedback,
|
||||
each-sample pattern, dual-brush, and final composite material decisions.
|
||||
Retained OpenGL draw calls and `NodeStrokePreview` still duplicate execution
|
||||
and preview material wiring.
|
||||
- 2026-06-12: DEBT-0036 was narrowed again. Live `Canvas::stroke_draw`
|
||||
destination feedback now consumes a named `CanvasStrokeRasterizationPlan`
|
||||
through `plan_legacy_canvas_stroke_rasterization`, and `pp_paint_renderer`
|
||||
|
||||
Reference in New Issue
Block a user