Implemented CPU rendering for current ObjectTypes
[ipdf/code.git] / src / main.cpp
index 58188d9..94d1cd5 100644 (file)
@@ -81,6 +81,7 @@ int main(int argc, char ** argv)
        }
        else 
        {
+               
                for(int x = 0; x < 8; ++x)
                {
                        for (int y = 0; y < 8; ++y)
@@ -89,6 +90,8 @@ int main(int argc, char ** argv)
                        }
                }
                
+               //doc.Add(IPDF::CIRCLE_FILLED, Rect(0.2,0.2,0.6,0.6));
+               
        }
        Rect bounds(b[0],b[1],b[2],b[3]);
 

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