diff options
| author | Johan B. C. Engelen <jbc.engelen@swissonline.ch> | 2008-12-05 19:57:37 +0000 |
|---|---|---|
| committer | johanengelen <johanengelen@users.sourceforge.net> | 2008-12-05 19:57:37 +0000 |
| commit | cd0dcf4bbfce15c27b5bc4db6aadcf0cc633dd78 (patch) | |
| tree | d62314ee82433918c019fecffc7e4e3bfc7e4777 /src/livarot/PathSimplify.cpp | |
| parent | NR -> 2Geom, more h and cpp files (diff) | |
| download | inkscape-cd0dcf4bbfce15c27b5bc4db6aadcf0cc633dd78.tar.gz inkscape-cd0dcf4bbfce15c27b5bc4db6aadcf0cc633dd78.zip | |
NR::LInfty => Geom::
(bzr r6953)
Diffstat (limited to '')
| -rw-r--r-- | src/livarot/PathSimplify.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/livarot/PathSimplify.cpp b/src/livarot/PathSimplify.cpp index f3e544597..5d6d918c7 100644 --- a/src/livarot/PathSimplify.cpp +++ b/src/livarot/PathSimplify.cpp @@ -223,7 +223,7 @@ void Path::DoSimplify(int off, int N, double treshhold) curP = lastP; } - if (NR::LInfty(endToPt - moveToPt) < 0.00001) { + if (Geom::LInfty(endToPt - moveToPt) < 0.00001) { Close(); } |
