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/ui/tool/node.cpp | |
| 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/ui/tool/node.cpp')
| -rw-r--r-- | src/ui/tool/node.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/ui/tool/node.cpp b/src/ui/tool/node.cpp index 08ca13038..55d801c46 100644 --- a/src/ui/tool/node.cpp +++ b/src/ui/tool/node.cpp @@ -60,10 +60,8 @@ Inkscape::ControlType nodeTypeToCtrlType(Inkscape::UI::NodeType type) namespace Inkscape { namespace UI { -/*const double handleCubicGap = 0.01;*/ const double NO_POWER = 0.0; const double DEFAULT_START_POWER = 0.3334; -/*const double defaultEndPower = 0.6667;*/ ControlPoint::ColorSet Node::node_colors = { {0xbfbfbf00, 0x000000ff}, // normal fill, stroke |
