diff options
| author | Jabier Arraiza Cenoz <jabier.arraiza@marker.es> | 2015-08-14 08:20:45 +0000 |
|---|---|---|
| committer | Jabiertxof <jtx@jtx.marker.es> | 2015-08-14 08:20:45 +0000 |
| commit | 439df6b61c37528b2ca6210f77a4bb50aa692906 (patch) | |
| tree | 48d4bd6fbc4aa09adf48d1d41db132cde4846a3a /src/live_effects | |
| parent | Refactor of BSPline code attemping to fix the duplicate end node bug, not sur... (diff) | |
| download | inkscape-439df6b61c37528b2ca6210f77a4bb50aa692906.tar.gz inkscape-439df6b61c37528b2ca6210f77a4bb50aa692906.zip | |
A bit more refactor of BSPline tool. Still the bug duplicating end node :(
(bzr r14301)
Diffstat (limited to 'src/live_effects')
| -rw-r--r-- | src/live_effects/lpe-bspline.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/live_effects/lpe-bspline.cpp b/src/live_effects/lpe-bspline.cpp index d2da33aa9..019584943 100644 --- a/src/live_effects/lpe-bspline.cpp +++ b/src/live_effects/lpe-bspline.cpp @@ -16,7 +16,7 @@ namespace Inkscape { namespace LivePathEffect { -const double HANDLE_CUBIC_GAP = 0.01; +const double HANDLE_CUBIC_GAP = 0.001; const double NO_POWER = 0.0; const double DEFAULT_START_POWER = 0.3334; const double DEFAULT_END_POWER = 0.6667; |
