[Webkit-unassigned] [Bug 118744] ASSERT_NOT_REACHED was touched in WebCore::SVGAnimatedType::valueAsString

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jul 18 06:55:31 PDT 2013


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





--- Comment #2 from Renata Hodovan <reni at webkit.org>  2013-07-18 06:55:27 PST ---
Ehh... It seems I lost my capitals :( So the correct test is:

<svg xmlns="http://www.w3.org/2000/svg">
    <animateTransform attributeName="transform" attributeType="CSS"></animateTransform>
</svg>


Furthermore, it seems the problem is that we didn't check whether the attribute given by attributeName belongs to the type defined by attributeType. Just like in the test above: the transform attribute is an XML attribute type.

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