1 // SVGCheckFinished autogenerated by svg2cpp
2 #include "SVGBase.h"
3 
4 class SVGCheckFinished : public SVGBase {
5 public:
SVGCheckFinished()6      SVGCheckFinished() : SVGBase("SVGCheckFinished") {};
~SVGCheckFinished()7     ~SVGCheckFinished() {};
8     virtual double getWidth();
9     virtual double getHeight();
10     virtual void renderInternal();
11 };
12 
13 double
getWidth()14 SVGCheckFinished::getWidth () {
15     return 20;
16 }
17 
18 double
getHeight()19 SVGCheckFinished::getHeight () {
20     return 20;
21 }
22 
23 void
renderInternal()24 SVGCheckFinished::renderInternal () {
25     newpath(0);
26     moveto(1, 18);
27     curveto(1.3343332,17.665667, 1.6676669,17.332333, 2.1661669, 17.4985);
28     curveto(2.6646669,17.664667, 3.3333331,18.333333, 4.0005, 18.332833);
29     curveto(4.6676669,18.332333, 5.3343331,17.665667, 6, 17.665667);
30     curveto(6.6656668,17.665667, 7.3333331,18.333333, 8.0005, 18.332833);
31     curveto(8.6676669,18.332333, 9.3343332,17.665667, 10, 17.665667);
32     curveto(10.665667,17.665667, 11.333333,18.333333, 11.981329, 18.352004);
33     curveto(12.629326,18.370674, 13.334333,17.665667, 14, 17.665667);
34     curveto(14.665667,17.665667, 15.333333,18.333333, 16.0005, 18.332833);
35     curveto(16.667667,18.332333, 17.334333,17.665667, 17.833583, 17.49925);
36     // absolute
37     curveto(18.332833,17.332833, 18.666667,17.666667, 19, 18);
38     color("#aa0000");
39     fill();
40     color("#a02c2c");
41     stroke(1.5);
42     newpath(1);
43     moveto(15, 3);
44     lineto(18, 6);
45     lineto(10, 14);
46     lineto(7, 11);
47     closepath ();
48     color("#d4aa00");
49     fill();
50     color("#000000");
51     stroke(1.5);
52     newpath(2);
53     moveto(7, 11);
54     lineto(6, 15);
55     lineto(10, 14);
56     color("#a02c2c");
57     fill();
58     color("#000000");
59     stroke(1.5);
60 }
61