From e4e446f7ceb73587cde87d5378e1dc9f91611c1f Mon Sep 17 00:00:00 2001 From: tavmjong-free Date: Sun, 6 Jun 2010 21:55:16 +0200 Subject: [PATCH 1/1] Compute baseline-shift relative to parent baseline-shift. --- src/style.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/style.cpp b/src/style.cpp index 9c82b1b7a..b3cc370f9 100644 --- a/src/style.cpp +++ b/src/style.cpp @@ -1396,6 +1396,8 @@ sp_style_merge_baseline_shift_from_parent(SPIBaselineShift &child, SPIBaselineSh break; } } + // baseline-shifts are relative to parent baseline + child.computed += parent.computed; } /** -- 2.30.2