X-Git-Url: https://git.ucc.asn.au/?p=ipdf%2Fcode.git;a=blobdiff_plain;f=src%2Fmain.cpp;h=2cfb73bed1a1fb0d013699b425ceb93982028d8b;hp=194ef041e001a6b64c248e5b6c34ef8803625da7;hb=29f315953466e71fc76b1b05c79c1231e5c83074;hpb=68dfceb76cbc78e1e0dd529dd0c14be116528353 diff --git a/src/main.cpp b/src/main.cpp index 194ef04..2cfb73b 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -97,10 +97,8 @@ int main(int argc, char ** argv) //doc.Add(BEZIER, Rect(0.2+x-4.0, 0.2+y-4.0, 0.6,0.6), (x^y)%3); } } - Debug("Make rect"); - doc.Add(RECT_OUTLINE, Rect(0.1,0.1,0.8,0.8), 0); - Debug("Made rect"); - + doc.Add(BEZIER, Rect(0.1,0.1,0.8,0.8), 0); + doc.Add(CIRCLE_FILLED, Rect(0.1,0.1,0.8,0.8), 0); } Debug("Start!"); Rect bounds(b[0],b[1],b[2],b[3]);