summaryrefslogtreecommitdiffstats
path: root/src/2geom/numeric
diff options
context:
space:
mode:
authorKrzysztof Kosi??ski <tweenk.pl@gmail.com>2015-08-13 15:48:12 +0000
committerKrzysztof KosiƄski <tweenk.pl@gmail.com>2015-08-13 15:48:12 +0000
commit9616befcd379cc7173356998ff4c7b055b21e361 (patch)
treeec1fe99e0fc5ee450c99b08bf28c778f85fcfce1 /src/2geom/numeric
parentFix bug in Maithili .po file. (diff)
downloadinkscape-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.h1
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)
{