diff options
| author | Jabier Arraiza Cenoz <jabier.arraiza@marker.es> | 2016-01-05 15:30:09 +0000 |
|---|---|---|
| committer | Jabiertxof <jtx@jtx.marker.es> | 2016-01-05 15:30:09 +0000 |
| commit | 695d61abbef5af697f01e1b046e5ecc89c9aab80 (patch) | |
| tree | adc4297c6bb9e4a9b188cabe3849d4bb946cc335 /src/ui/tool/node.cpp | |
| parent | Remove two path requirement, there is some really good functionality with mul... (diff) | |
| download | inkscape-695d61abbef5af697f01e1b046e5ecc89c9aab80.tar.gz inkscape-695d61abbef5af697f01e1b046e5ecc89c9aab80.zip | |
Improve constant definitions
(bzr r14561)
Diffstat (limited to 'src/ui/tool/node.cpp')
| -rw-r--r-- | src/ui/tool/node.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/tool/node.cpp b/src/ui/tool/node.cpp index 06e49dc7f..d70147f80 100644 --- a/src/ui/tool/node.cpp +++ b/src/ui/tool/node.cpp @@ -61,7 +61,7 @@ namespace Inkscape { namespace UI { const double NO_POWER = 0.0; -const double DEFAULT_START_POWER = 0.333334; +const double DEFAULT_START_POWER = 1.0/3.0; ControlPoint::ColorSet Node::node_colors = { {0xbfbfbf00, 0x000000ff}, // normal fill, stroke |
