X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=src%2Fmain.cpp;h=1b2073e8ac16032c13c1c2b674cd6da682852985;hb=c0f947a6ce10a329eec81e4df820ac52f7ab371f;hp=339ea8dea2fa0d015090104ca75a9913965f1639;hpb=0d33eac5144178de754ad9f53e39463f79a31398;p=ipdf%2Fcode.git diff --git a/src/main.cpp b/src/main.cpp index 339ea8d..1b2073e 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -15,7 +15,8 @@ int main(int argc, char ** argv) else { Debug("Add random object"); - doc.Add(RECT_FILLED, Rect(Random()*0.5, Random()*0.5, Random()*0.5, Random()*0.5)); + //doc.Add(RECT_FILLED, Rect(Random()*0.5, Random()*0.5, Random()*0.5, Random()*0.5)); + doc.Add(RECT_FILLED, Rect(0.25,0.25, 0.5, 0.5)); } MainLoop(doc); return 0;