Expose paint blend references in CLI

This commit is contained in:
2026-06-02 17:27:41 +02:00
parent 8c0784f9c3
commit 3ae84de123
4 changed files with 74 additions and 0 deletions

View File

@@ -149,6 +149,9 @@ Known local toolchain state:
- `pano_cli simulate-image-import` decodes an embedded tiny PNG through
`pp_assets`, attaches it to `pp_document`, and is covered by
`pano_cli_simulate_image_import_smoke`.
- `pano_cli simulate-blend` exposes deterministic final RGBA and stroke-alpha
blend reference vectors through JSON automation and is covered by
`pano_cli_simulate_blend_smoke`.
- `pano_cli simulate-stroke` exposes the pure stroke sampler for scripted
automation and is covered by `pano_cli_simulate_stroke_smoke`.
- `pano_cli simulate-stroke-script` loads a text stroke script fixture and is