X-Git-Url: https://git.ucc.asn.au/?p=ipdf%2Fcode.git;a=blobdiff_plain;f=src%2Fmain.cpp;h=91e362c1cfa7f5437d8fa29fa7a970937d2504c8;hp=194ef041e001a6b64c248e5b6c34ef8803625da7;hb=81e2ea632c6826b375a8102d3c1705697eb5a500;hpb=68dfceb76cbc78e1e0dd529dd0c14be116528353 diff --git a/src/main.cpp b/src/main.cpp index 194ef04..91e362c 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -97,10 +97,7 @@ 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); } Debug("Start!"); Rect bounds(b[0],b[1],b[2],b[3]);