# Test record: SVG -> PNG

- Date: `2026-07-30`
- Build: `LocalFlux 1.0.7.0 (product build 1.0.7.0+6c828b7d7c8e2e070a2db0206a106adb877affcf)`
- Environment: `Daily-use Windows x64 host, Windows build 10.0.26200.0`
- Environment label: `DailyUseX64` (not clean-VM evidence)
- Route: `SVG -> PNG`
- Runtime: `bundled ImageMagick`
- Source: `samples/brand-illustration.svg`
- Output: `samples/brand-illustration_converted.png`
- Source SHA-256: `A1FFCA944B751FE59EF4E90603075A84CB674504354B7E2D9C7923CB1E313646`
- Output SHA-256: `F7238C24E558E43D3EEDC8DAD086F9DBE22909E0F159B5DE6891CC90A341272C`

## Observations

- The self-contained SVG defined a 200 x 200 canvas.
- The output was a 200 x 200 alpha-capable PNG.
- Input size was 314 bytes; output size was 2,385 bytes.

## Limitations

- The simple fixture does not prove external-resource, web-font, script, filter, or animation behavior.
- The PNG is larger because compatibility, not compression, is the purpose of this example.
- LocalFlux is not a vector editor or crop/background compositing tool.

## Repository evidence consulted

- `src/LocalFlux.Core/Data/routes.json` for the explicit route.
- `tests/Samples/route-matrix.md` and route acceptance tests for runtime coverage.
- `src/LocalFlux.Core/Services/FfmpegArguments.cs`, `ImageMagickArguments.cs`, or the LibreOffice executor as applicable.
- `docs/store/landing-page-copy.md` for local-processing, offline, safe-output, and claim guardrails.

## Review result

`PASS` for this fixture and captured build, subject to the limitations above.
