Code

add comment
authorjohanengelen <johanengelen@users.sourceforge.net>
Mon, 23 Jun 2008 22:20:59 +0000 (22:20 +0000)
committerjohanengelen <johanengelen@users.sourceforge.net>
Mon, 23 Jun 2008 22:20:59 +0000 (22:20 +0000)
src/helper/geom.cpp

index 9373035984ce2d79a8cd9237a498fd223b108724..9fe82367010d86a4aafd972a70b4f46b9f9a0c56 100644 (file)
@@ -139,7 +139,7 @@ bounds_exact_transformed(Geom::PathVector const & pv, Geom::Matrix const & t)
         return bbox;\r
 \r
     Geom::Curve *temp = pv.front().front().transformed(t);\r
-    bbox = temp->boundsExact();\r
+    bbox = temp->boundsExact(); // need decent starting bbox. could be improved by using large numbers for initial bbox (interval(huge,-huge))\r
     delete temp;\r
 \r
     for (Geom::PathVector::const_iterator it = pv.begin(); it != pv.end(); ++it) {\r