summaryrefslogtreecommitdiffstats
path: root/src/libnrtype
diff options
context:
space:
mode:
authorLiam P. White <inkscapebrony@gmail.com>2014-09-07 17:02:01 +0000
committerLiam P. White <inkscapebrony@gmail.com>2014-09-07 17:02:01 +0000
commit0d0958e3b2aff0ed5f3ad7a98b4035213475c7f1 (patch)
tree099d7926509e826b184def14a8e037e255fe36ab /src/libnrtype
parentFix gtk3 build (diff)
downloadinkscape-0d0958e3b2aff0ed5f3ad7a98b4035213475c7f1.tar.gz
inkscape-0d0958e3b2aff0ed5f3ad7a98b4035213475c7f1.zip
Update to experimental r13543
(bzr r13090.1.108)
Diffstat (limited to 'src/libnrtype')
-rw-r--r--src/libnrtype/Layout-TNG-Compute.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/libnrtype/Layout-TNG-Compute.cpp b/src/libnrtype/Layout-TNG-Compute.cpp
index 973db0165..7eb53446f 100644
--- a/src/libnrtype/Layout-TNG-Compute.cpp
+++ b/src/libnrtype/Layout-TNG-Compute.cpp
@@ -854,6 +854,8 @@ void Layout::Calculator::BrokenSpan::setZero()
end_glyph_index = start_glyph_index = 0;
ends_with_whitespace = false;
each_whitespace_width = 0.0;
+ letter_spacing = 0.0;
+ word_spacing = 0.0;
}
template<typename T> void Layout::Calculator::ParagraphInfo::free_sequence(T &seq)