summaryrefslogtreecommitdiffstats
path: root/src/libdepixelize
diff options
context:
space:
mode:
authorJabier Arraiza Cenoz <jabier.arraiza@marker.es>2015-07-24 23:26:11 +0000
committerJabiertxof <jtx@jtx.marker.es>2015-07-24 23:26:11 +0000
commit7b6ffd82650ee1e20a53b0631d5c2dddef58e8d5 (patch)
tree48cae26bf789b11d79f72efc16a6676f960eaaa6 /src/libdepixelize
parentupdate to trunk (diff)
parent3D box tool: the shift key must not prevent snapping of the vanishing point. ... (diff)
downloadinkscape-7b6ffd82650ee1e20a53b0631d5c2dddef58e8d5.tar.gz
inkscape-7b6ffd82650ee1e20a53b0631d5c2dddef58e8d5.zip
update to trunk
(bzr r12588.1.45)
Diffstat (limited to 'src/libdepixelize')
-rw-r--r--src/libdepixelize/priv/splines-kopf2011.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libdepixelize/priv/splines-kopf2011.h b/src/libdepixelize/priv/splines-kopf2011.h
index c586f74b7..c3da58c05 100644
--- a/src/libdepixelize/priv/splines-kopf2011.h
+++ b/src/libdepixelize/priv/splines-kopf2011.h
@@ -93,7 +93,7 @@ template<class T>
void worker(const typename HomogeneousSplines<T>::Polygon &source,
Splines::Path &dest, bool optimize)
{
- dest.pathVector.reserve(source.holes.size() + 1);
+ //dest.pathVector.reserve(source.holes.size() + 1);
for ( int i = 0 ; i != 4 ; ++i )
dest.rgba[i] = source.rgba[i];