|
ra8-firmware 0.1.0
Bare-metal firmware for the Renesas RA8 family (RA8D2 / RA8P1)
|
Baked deterministic SVG vector-art fixture for ereader_svg. More...
Go to the source code of this file.
Variables | |
| static const char | k_svg_fixture [] |
| Baked SVG vector-art document (NUL-terminated ASCII). | |
Baked deterministic SVG vector-art fixture for ereader_svg.
A tiny 100x100 vector "cover" exercising the filled-shape paths of the reflow SVG rasterizer (#112/#141): a background <rect>, a <circle>, a bar <rect>, and a <polygon> triangle, each a distinct solid colour. SVG is text, so this is a plain ASCII string literal – no generator needed. The rendered framebuffer hash in hil.conf pins the result.
Definition in file svg_fixture.h.
|
static |
Baked SVG vector-art document (NUL-terminated ASCII).
Definition at line 17 of file svg_fixture.h.
Referenced by es_render_svg_or_halt().