Bug 16904 - Using SVG fonts from HTML in foreignObject causes ASSERT
Summary: Using SVG fonts from HTML in foreignObject causes ASSERT
Status: RESOLVED DUPLICATE of bug 16880
Alias: None
Product: WebKit
Classification: Unclassified
Component: SVG (show other bugs)
Version: 528+ (Nightly build)
Hardware: Mac OS X 10.4
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-01-16 23:48 PST by Eric Seidel (no email)
Modified: 2008-01-22 18:12 PST (History)
2 users (show)

See Also:


Attachments
test case (ASSERT in debug builds) (6.39 KB, image/svg+xml)
2008-01-16 23:49 PST, Eric Seidel (no email)
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Eric Seidel (no email) 2008-01-16 23:48:12 PST
Using SVG fonts from HTML in foreignObject causes ASSERT

ASSERTION FAILED: data.renderObject
(/Stuff/Projects/WebKit/WebCore/svg/SVGFont.cpp:468 void WebCore::Font::drawTextUsingSVGFont(WebCore::GraphicsContext*, const WebCore::TextRun&, const WebCore::FloatPoint&, int, int) const)

I've not yet tried this in a release build to see if it crashes release.
Comment 1 Eric Seidel (no email) 2008-01-16 23:49:19 PST
Created attachment 18492 [details]
test case (ASSERT in debug builds)
Comment 2 Nikolas Zimmermann 2008-01-22 18:12:46 PST
Assertion fixed, though "TEST 2" doesn't show up properly, partly clipped.

*** This bug has been marked as a duplicate of 16880 ***