diff options
| author | Diederik van Lierop <mail@diedenrezi.nl> | 2007-03-31 12:01:58 +0000 |
|---|---|---|
| committer | dvlierop2 <dvlierop2@users.sourceforge.net> | 2007-03-31 12:01:58 +0000 |
| commit | 6d8c2c46aa5eb3604fe5220f1bff47b79907502a (patch) | |
| tree | 56232a2e9fc579db3a481fda1f9ec1c082ee8f42 /src/geom.cpp | |
| parent | bugfix: escape string parameters on the commandline. For linux, the dollarsig... (diff) | |
| download | inkscape-6d8c2c46aa5eb3604fe5220f1bff47b79907502a.tar.gz inkscape-6d8c2c46aa5eb3604fe5220f1bff47b79907502a.zip | |
bug #1524444 (partially solved): while uniformly scaling (with ctrl-key), the correct scaling must be applied BEFORE trying to snap
(bzr r2790)
Diffstat (limited to 'src/geom.cpp')
| -rw-r--r-- | src/geom.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/geom.cpp b/src/geom.cpp index bc161bf9f..e59b0f302 100644 --- a/src/geom.cpp +++ b/src/geom.cpp @@ -18,7 +18,8 @@ * * This function finds the intersection of the two lines (infinite) * defined by n0.X = d0 and x1.X = d1. The algorithm is as follows: - * To compute the intersection point use kramer's rule: + * To compute the intersection point use Cramer's rule: + * (see http://en.wikipedia.org/wiki/Cramer%27s_rule) * \verbatim * convert lines to form * ax + by = c |
