diff options
| author | Shlomi Fish <shlomif@shlomifish.org> | 2016-09-30 22:20:59 +0000 |
|---|---|---|
| committer | Shlomi Fish <shlomif@shlomifish.org> | 2016-09-30 22:20:59 +0000 |
| commit | 60dfdb26af174661e1796d03647d883542127703 (patch) | |
| tree | 7f3d16b01933980bd6307fcc5ed572aa484adc40 /src | |
| parent | Fix a regression introduced by the refactoring. (diff) | |
| parent | Update attributes list for rename of 'mesh' to 'meshgradient'. (diff) | |
| download | inkscape-60dfdb26af174661e1796d03647d883542127703.tar.gz inkscape-60dfdb26af174661e1796d03647d883542127703.zip | |
Merged.
(bzr r15100.1.25)
Diffstat (limited to 'src')
| -rw-r--r-- | src/libnrtype/Layout-TNG-Output.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/libnrtype/Layout-TNG-Output.cpp b/src/libnrtype/Layout-TNG-Output.cpp index 526319f35..df7adf5b4 100644 --- a/src/libnrtype/Layout-TNG-Output.cpp +++ b/src/libnrtype/Layout-TNG-Output.cpp @@ -742,8 +742,6 @@ void Layout::fitToPathAlign(SVGLength const &startOffset, Path const &path) if (endpoint != startpoint) { tangent = endpoint - startpoint; tangent.normalize(); - } else { - tangent = Geom::Point (0,0); } } g_free(end_otp); |
