From: johanengelen Date: Mon, 23 Jun 2008 22:20:59 +0000 (+0000) Subject: add comment X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=2ab144ddc5bb286d99b9f7aa2e89e493de9147e1;p=inkscape.git add comment --- diff --git a/src/helper/geom.cpp b/src/helper/geom.cpp index 937303598..9fe823670 100644 --- a/src/helper/geom.cpp +++ b/src/helper/geom.cpp @@ -139,7 +139,7 @@ bounds_exact_transformed(Geom::PathVector const & pv, Geom::Matrix const & t) return bbox; Geom::Curve *temp = pv.front().front().transformed(t); - bbox = temp->boundsExact(); + bbox = temp->boundsExact(); // need decent starting bbox. could be improved by using large numbers for initial bbox (interval(huge,-huge)) delete temp; for (Geom::PathVector::const_iterator it = pv.begin(); it != pv.end(); ++it) {