1+ #include < html_images_points_svg_path_835d61.h>
2+
3+ REGISTRY_WSJCPP_RESOURCE_FILE (RES_html_images_points_svg)
4+
5+ const std::string &RES_html_images_points_svg::getFilename() {
6+ static const std::string s = " html/images/points.svg" ;
7+ return s;
8+ }
9+
10+ const int RES_html_images_points_svg::getBufferSize () {
11+ return 2979 ;
12+ }
13+
14+ const char *RES_html_images_points_svg::getBuffer () {
15+ static const std::string sRet = // size: 2979
16+ " <?xml version=\" 1.0\" encoding=\" UTF-8\" standalone=\" no\" ?>\n "
17+ " <!-- Created with Inkscape (http://www.inkscape.org/) -->\n "
18+ " \n "
19+ " <svg\n "
20+ " xmlns:dc=\" http://purl.org/dc/elements/1.1/\"\n "
21+ " xmlns:cc=\" http://creativecommons.org/ns#\"\n "
22+ " xmlns:rdf=\" http://www.w3.org/1999/02/22-rdf-syntax-ns#\"\n "
23+ " xmlns:svg=\" http://www.w3.org/2000/svg\"\n "
24+ " xmlns=\" http://www.w3.org/2000/svg\"\n "
25+ " xmlns:sodipodi=\" http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd\"\n "
26+ " xmlns:inkscape=\" http://www.inkscape.org/namespaces/inkscape\"\n "
27+ " width=\" 100\"\n "
28+ " height=\" 100\"\n "
29+ " viewBox=\" 0 0 26.458333 26.458334\"\n "
30+ " version=\" 1.1\"\n "
31+ " id=\" svg8\"\n "
32+ " inkscape:version=\" 0.92.3 (2405546, 2018-03-11)\"\n "
33+ " sodipodi:docname=\" points.svg\" >\n "
34+ " <defs\n "
35+ " id=\" defs2\" />\n "
36+ " <sodipodi:namedview\n "
37+ " id=\" base\"\n "
38+ " pagecolor=\" #ffffff\"\n "
39+ " bordercolor=\" #666666\"\n "
40+ " borderopacity=\" 1.0\"\n "
41+ " inkscape:pageopacity=\" 0.0\"\n "
42+ " inkscape:pageshadow=\" 2\"\n "
43+ " inkscape:zoom=\" 5.6\"\n "
44+ " inkscape:cx=\" 59.537015\"\n "
45+ " inkscape:cy=\" 50.060612\"\n "
46+ " inkscape:document-units=\" mm\"\n "
47+ " inkscape:current-layer=\" layer1\"\n "
48+ " showgrid=\" false\"\n "
49+ " units=\" px\"\n "
50+ " inkscape:snap-global=\" false\"\n "
51+ " inkscape:window-width=\" 1853\"\n "
52+ " inkscape:window-height=\" 1025\"\n "
53+ " inkscape:window-x=\" 67\"\n "
54+ " inkscape:window-y=\" 27\"\n "
55+ " inkscape:window-maximized=\" 1\" />\n "
56+ " <metadata\n "
57+ " id=\" metadata5\" >\n "
58+ " <rdf:RDF>\n "
59+ " <cc:Work\n "
60+ " rdf:about=\"\" >\n "
61+ " <dc:format>image/svg+xml</dc:format>\n "
62+ " <dc:type\n "
63+ " rdf:resource=\" http://purl.org/dc/dcmitype/StillImage\" />\n "
64+ " <dc:title></dc:title>\n "
65+ " </cc:Work>\n "
66+ " </rdf:RDF>\n "
67+ " </metadata>\n "
68+ " <g\n "
69+ " inkscape:label=\" Layer 1\"\n "
70+ " inkscape:groupmode=\" layer\"\n "
71+ " id=\" layer1\"\n "
72+ " transform=\" translate(0,-270.54165)\" >\n "
73+ " <path\n "
74+ " style=\" fill:#ffe600;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0.33430848px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1\"\n "
75+ " d=\" m 4.522599,289.63405 2.3282191,-7.04435 -6.02949182,-4.17886 7.16375252,-0.1791 2.4476152,-6.86525 2.208825,7.04435 7.342847,0.0598 -5.850398,4.17886 2.387919,7.22345 -6.029495,-4.47734 z\"\n "
76+ " id=\" path826-3\"\n "
77+ " inkscape:connector-curvature=\" 0\" />\n "
78+ " <path\n "
79+ " style=\" fill:#ff6700;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1\"\n "
80+ " d=\" m 13.708745,289.40582 1.842634,-5.57514 -4.77195,-3.3073 5.669643,-0.14174 1.937128,-5.4334 1.74814,5.57514 5.811384,0.0473 -4.630208,3.30729 1.889881,5.71689 -4.77195,-3.54352 z\"\n "
81+ " id=\" path826\"\n "
82+ " inkscape:connector-curvature=\" 0\" />\n "
83+ " <path\n "
84+ " style=\" fill:#4be600;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1\"\n "
85+ " d=\" m 7.3942979,296.36898 1.8426337,-5.57514 -4.7719497,-3.3073 5.6696431,-0.14174 1.937128,-5.4334 1.74814,5.57514 5.811384,0.0473 -4.630208,3.30729 1.889881,5.71689 -4.77195,-3.54352 z\"\n "
86+ " id=\" path826-6\"\n "
87+ " inkscape:connector-curvature=\" 0\" />\n "
88+ " </g>\n "
89+ " </svg>\n "
90+ ;
91+ return sRet .c_str ();
92+ } // ::buffer()
0 commit comments