[Webkit-unassigned] [Bug 37144] CSS SVG font doesn't recognize URL without element reference

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue May 11 01:28:02 PDT 2010


https://bugs.webkit.org/show_bug.cgi?id=37144





--- Comment #6 from Dirk Schulze <krit at webkit.org>  2010-05-11 01:28:02 PST ---
(From update of attachment 55212)
WebCore/loader/CachedFont.cpp:170
 +          ASSERT(node && node->hasTagName(SVGNames::fontTag));
Can you put this assert before the if and get rid of the assert in the loop? Normaly it's better to take an assert per test.

We already have SVGFreeSans.svg in svg/custom/resources. Can't you use this font?

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list