X-Git-Url: https://git.ucc.asn.au/?p=ipdf%2Fcode.git;a=blobdiff_plain;f=src%2Fmain.cpp;h=cd74d6d114877773b132883ec644fd892a9d1b16;hp=8ead652c57da1a75fb852ead475a594220589a48;hb=ee5287fabfb214e8f7b483cde424108270525fd7;hpb=35e78b378435e37ffdb6e53a97f6fa0998999f67 diff --git a/src/main.cpp b/src/main.cpp index 8ead652..cd74d6d 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -94,11 +94,11 @@ int main(int argc, char ** argv) for (int y = 0; y < 8; ++y) { //doc.Add(static_cast((x^y)%3), Rect(0.2+x-4.0,0.2+y-4.0,0.6,0.6)); - //doc.Add(BEZIER, Rect(0.2+x-4.0, 0.2+y-4.0, 0.6,0.6), (x^y)%3); + doc.Add(BEZIER, Rect(0.2+x-4.0, 0.2+y-4.0, 0.6,0.6), (x^y)%3); } //doc.Add(RECT_OUTLINE, Rect(0.1,0.1,0.8,0.8), 0); - doc.Add(BEZIER, Rect(0,0,1,1), 0); + //doc.Add(BEZIER, Rect(0,0,1,1), 0); } }