[Lemon-commits] alpar: r3220 - lemon/trunk/lemon
Lemon SVN
svn at lemon.cs.elte.hu
Sat Mar 3 13:00:32 CET 2007
Author: alpar
Date: Sat Mar 3 13:00:32 2007
New Revision: 3220
Modified:
lemon/trunk/lemon/graph_to_eps.h
Log:
More doc.
Modified: lemon/trunk/lemon/graph_to_eps.h
==============================================================================
--- lemon/trunk/lemon/graph_to_eps.h (original)
+++ lemon/trunk/lemon/graph_to_eps.h Sat Mar 3 13:00:32 2007
@@ -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<T> &preScale(bool b=true) {
_preScale=b;return *this;
More information about the Lemon-commits
mailing list