ra8-firmware 0.1.0
Bare-metal firmware for the Renesas RA8 family (RA8D2 / RA8P1)
Loading...
Searching...
No Matches
svg_fixture.h
Go to the documentation of this file.
1
14#pragma once
15
17static const char k_svg_fixture[] =
18 "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 100 100\""
19 " width=\"100\" height=\"100\">\n"
20 " <rect x=\"0\" y=\"0\" width=\"100\" height=\"100\" fill=\"#202840\"/>\n"
21 " <circle cx=\"50\" cy=\"35\" r=\"22\" fill=\"#E0A018\"/>\n"
22 " <rect x=\"20\" y=\"62\" width=\"60\" height=\"12\" fill=\"#18A030\"/>\n"
23 " <polygon points=\"50,12 62,33 38,33\" fill=\"#C01020\"/>\n"
24 "</svg>\n";
static const char k_svg_fixture[]
Baked SVG vector-art document (NUL-terminated ASCII).
Definition svg_fixture.h:17