[Webkit-unassigned] [Bug 49437] SVGAnimations with IRI references via 'xlink:href' are slow

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Nov 12 06:46:07 PST 2010


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





--- Comment #8 from Dirk Schulze <krit at webkit.org>  2010-11-12 06:46:07 PST ---
(In reply to comment #7)
> I think it's part of this patch, as before your patch changing the target, would be immediately cause a new targetElement() to be returned,, which is not the case anymore.
> (I'm sure that would reveal other bugs, but still..)

Hm, you're right, there might be some scenarios:
* simple example, the animated value changed by JS (IIRC the spec wants us to proceed the animation and set the baseVal afterwards, take a look at it)
* the animation is a children of the target and we change the hierarchy in the DOM. I would expect that the animation stops or, that the old parent still gets animated till the animation stoped.
* the IRI of the target changed, or more worst, another element gets the id of our current target. This is a bit more complicated and will not work with this patch. Not sure how we could handle it at all. Maybe we use the Resource handler to give back changes to the animation API. hmm..

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