Quadtrees! (Almost)
[ipdf/code.git] / src / main.cpp
index 91e362c..2cfb73b 100644 (file)
@@ -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]);

UCC git Repository :: git.ucc.asn.au