Change Rational<Arbint> -> Rational<Gmpint>
[ipdf/code.git] / src / main.cpp
index 194ef04..91e362c 100644 (file)
@@ -97,10 +97,7 @@ int main(int argc, char ** argv)
                                //doc.Add(BEZIER, Rect(0.2+x-4.0, 0.2+y-4.0, 0.6,0.6), (x^y)%3);
                        }
                }
-               Debug("Make rect");
-               doc.Add(RECT_OUTLINE, Rect(0.1,0.1,0.8,0.8), 0);
-               Debug("Made rect");
-               
+               doc.Add(BEZIER, 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