# HG changeset patch # User alpar # Date 1172923232 0 # Node ID c6d537888fe5be25598b96687c9ffa7e7b392a1b # Parent 317b9a88c35041278fa8fd9b580cd3d1b165839f More doc. diff -r 317b9a88c350 -r c6d537888fe5 lemon/graph_to_eps.h --- a/lemon/graph_to_eps.h Sat Mar 03 11:57:07 2007 +0000 +++ b/lemon/graph_to_eps.h Sat Mar 03 12:00:32 2007 +0000 @@ -525,11 +525,12 @@ _negY=b;return *this; } - ///Turns on/off prescaling + ///Turn on/off prescaling - ///Turns on/off prescaling + ///By default graphToEps() rescales the whole image in order to avoid + ///very big or very small bounding boxes. /// - ///\todo More docs. + ///This (p)rescaling can be turned off with this function. /// GraphToEps &preScale(bool b=true) { _preScale=b;return *this;