X-Git-Url: https://git.ucc.asn.au/?p=ipdf%2Fcode.git;a=blobdiff_plain;f=src%2Fmain.cpp;h=2cfb73bed1a1fb0d013699b425ceb93982028d8b;hp=91e362c1cfa7f5437d8fa29fa7a970937d2504c8;hb=29f315953466e71fc76b1b05c79c1231e5c83074;hpb=11d77365672a080a511cb83f3acaa3d879c96356 diff --git a/src/main.cpp b/src/main.cpp index 91e362c..2cfb73b 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -98,6 +98,7 @@ int main(int argc, char ** argv) } } 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]);