diff options
| author | Krzysztof Kosi??ski <tweenk.pl@gmail.com> | 2015-08-13 15:48:12 +0000 |
|---|---|---|
| committer | Krzysztof KosiĆski <tweenk.pl@gmail.com> | 2015-08-13 15:48:12 +0000 |
| commit | 9616befcd379cc7173356998ff4c7b055b21e361 (patch) | |
| tree | ec1fe99e0fc5ee450c99b08bf28c778f85fcfce1 /src/2geom/numeric | |
| parent | Fix bug in Maithili .po file. (diff) | |
| download | inkscape-9616befcd379cc7173356998ff4c7b055b21e361.tar.gz inkscape-9616befcd379cc7173356998ff4c7b055b21e361.zip | |
2Geom: update to r2422.
Fixes LP #1482806: crash on Pattern along Path with horizontal segments.
This was caused by empty SBasis objects. After the changes in 2Geom,
empty SBasis objects should no longer be created.
Fixed bugs:
- https://launchpad.net/bugs/1482806
(bzr r14299)
Diffstat (limited to 'src/2geom/numeric')
| -rw-r--r-- | src/2geom/numeric/fitting-model.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/2geom/numeric/fitting-model.h b/src/2geom/numeric/fitting-model.h index fb96d1d2a..b2ca92ad8 100644 --- a/src/2geom/numeric/fitting-model.h +++ b/src/2geom/numeric/fitting-model.h @@ -372,7 +372,6 @@ class LFMSBasis void instance(SBasis & sb, ConstVectorView const& raw_data) const { - sb.clear(); sb.resize(m_order+1); for (unsigned int i = 0, k = 0; i < raw_data.size(); i+=2, ++k) { |
