X-Git-Url: https://git.ucc.asn.au/?p=ipdf%2Fcode.git;a=blobdiff_plain;f=src%2Fmain.cpp;h=2cfb73bed1a1fb0d013699b425ceb93982028d8b;hp=91e362c1cfa7f5437d8fa29fa7a970937d2504c8;hb=2db1211c9a24a0cd22da1d3ddcddf564f814fc0a;hpb=bf91437612eb9f28fce17553d41a61b39b19b3fc;ds=sidebyside 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]);