Add stroke script CLI edge coverage

This commit is contained in:
2026-06-02 11:34:17 +02:00
parent 2b50c2157f
commit a6a4e7b249
5 changed files with 56 additions and 4 deletions

View File

@@ -157,7 +157,9 @@ Known local toolchain state:
every stroke through `pp_paint`, maps the samples into a bounded
`pp_document` RGBA8 face payload, writes a PPI file, and is covered by
`pano_cli_apply_stroke_script_roundtrip_smoke`, which inspects the dirty-face
box and loads the generated file back as decoded document pixel data.
box and loads the generated file back as decoded document pixel data, plus
`pano_cli_apply_stroke_script_rejects_tiny_canvas` for invalid dimension
rejection.
- `panopainter_validate_shaders` validates the current combined GLSL shader
files for one vertex stage marker, one fragment stage marker, valid marker
order, and existing relative includes.