[Webkit-unassigned] [Bug 19384] Implement path morphing for SVG animation

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jun 3 19:37:16 PDT 2008


http://bugs.webkit.org/show_bug.cgi?id=19384





------- Comment #3 from koivisto at iki.fi  2008-06-03 19:37 PDT -------
(In reply to comment #2)
> (From update of attachment 21488 [edit])
>  161         m_fromPath.clear();
>  162         m_toPath.clear();
>  163         m_fromPath = SVGPathSegList::create(SVGNames::dAttr);
> 
> Is the call to m_fromPath.clear() needed here?

No.

> Can getItem fail? if so, then don't we need to check the value of "ec"?

No, the only way for it to fail is out of bounds index.

>  254         result->appendItem(segment, ec);
> 
> Don't we need to check ec here? Or can this never fail?

This can't fail.


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



More information about the webkit-unassigned mailing list