[Webkit-unassigned] [Bug 109699] ASSERT(m_context->document()->documentElement() != m_context) in SVGLengthContext

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Feb 14 07:57:32 PST 2013


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





--- Comment #1 from Florin Malita <fmalita at chromium.org>  2013-02-14 07:59:48 PST ---
Thanks Reni.

Looks like (percentage?) animation of <svg> attributes hits an invalid code path.

SVGLengthContext::determineViewport():

    // SVGLengthContext should NEVER be used to resolve width/height values for <svg> elements,
    // as they require special treatment, due the relationship with the CSS width/height properties.
    ASSERT(m_context->document()->documentElement() != m_context);


I'm not familiar with animations, but I'm guessing that special handling of <svg> targets may just not be implemented? I know Phil's been poking in this area so maybe he has more insight.

-- 
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