Index: Source/WebCore/ChangeLog |
=================================================================== |
--- Source/WebCore/ChangeLog (revision 89444) |
+++ Source/WebCore/ChangeLog (working copy) |
@@ -14,6 +14,20 @@ |
* rendering/svg/RenderSVGInlineText.cpp: |
(WebCore::RenderSVGInlineText::computeNewScaledFontForStyle): |
+2011-06-17 Julien Chaffraix <jchaffraix@webkit.org> |
+ |
+ Reviewed by Darin Adler. |
+ |
+ Assertion failure in SVGTextLayoutEngine constructor (!m_layoutAttributes.isEmpty()) |
+ https://bugs.webkit.org/show_bug.cgi?id=62884 |
+ |
+ Test: svg/custom/assert-empty-layout-attributes.svg |
+ |
+ * rendering/svg/SVGRootInlineBox.cpp: |
+ (WebCore::SVGRootInlineBox::computePerCharacterLayoutInformation): Added a early return here. |
+ It is not needed to do the text layout algorithm if you don't have any layout information as |
+ your size is (0, 0) anyway. |
+ |
2011-06-09 Julien Chaffraix <jchaffraix@webkit.org> |
Reviewed by Darin Adler. |