Rubber stamped by Oliver.
- re-fix Acid3, some code was incorrectly moved when fixing the Qt build
* rendering/SVGRootInlineBox.cpp:
(WebCore::SVGRootInlineBox::buildLayoutInformationForTextBox):
git-svn-id: http://svn.webkit.org/repository/webkit/trunk@31381
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
+2008-03-27 Maciej Stachowiak <mjs@apple.com>
+
+ Rubber stamped by Oliver.
+
+ - re-fix Acid3, some code was incorrectly moved when fixing the Qt build
+
+ * rendering/SVGRootInlineBox.cpp:
+ (WebCore::SVGRootInlineBox::buildLayoutInformationForTextBox):
+
2008-03-27 Simon Hausmann <hausmann@webkit.org>
Fix compilation against Qt 4.4 and one missing SVG_FONTS #ifdef.
}
double kerning = 0.0;
- lastGlyph.isValid = false;
#if ENABLE(SVG_FONTS)
SVGFontElement* svgFont = 0;
if (style->font().isSVGFont())
lastGlyph.unicode = unicodeStr;
lastGlyph.glyphName = glyphName;
lastGlyph.isValid = true;
- }
+ } else
+ lastGlyph.isValid = false;
#endif
svgChar.x -= (float)kerning;