Closed Bug 1079836 Opened 10 years ago Closed 10 years ago

SVG animation stops

Categories

(Firefox :: Untriaged, defect)

32 Branch
x86
macOS
defect
Not set
normal

Tracking

()

RESOLVED DUPLICATE of bug 1042860

People

(Reporter: tobi, Unassigned)

Details

Attachments

(1 file)

User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:32.0) Gecko/20100101 Firefox/32.0
Build ID: 20140923175406

Steps to reproduce:

Load http://www.pinkjuice.com/svg/bubbles.svg . Click on the text "bubbles" then then on the minimize button (eg outside the minus).



Actual results:

The text "a bubble" stops moving after a short distance then stays there. Related info: In Chrome the word moves correctly.


Expected results:

The word should move to the target location supplied by the SVG animation element.
Attached image bubbles.svg
Seems OK to me. Does it still happen in safe mode for you.
Fixed in FF35.
Status: UNCONFIRMED → RESOLVED
Closed: 10 years ago
Resolution: --- → DUPLICATE
Robert Longson wrote:
> Seems OK to me.

Not to me.

> Does it still happen in safe mode for you.

I need it to work in normal usage mode.

Loic wrote:
> Fixed in FF35.

Great! Does the sample SVG work in Nightly?
(In reply to Tobi Reif from comment #4)
> Great! Does the sample SVG work in Nightly?
Yes, Nightly=FF35 at the moment.
My question is:

Did anyone actually verify that the issue I reported works in Nightly? Or is this specific issue just thought to be fixed in Nightly?

This report has been marked as duplicate of bug "animate startOffset with negative value", but the animation values are not negative:

<animate xlink:href="#bubblestext00" attributeName="x" fill="freeze" begin="aboutbubblesminAni.begin" dur="4s" calcMode="spline" keySplines=".74 .22  .27 .82" values="170; 210" keyTimes="0; 1"/>
<animate xlink:href="#bubblestext00" attributeName="y" fill="freeze" begin="aboutbubblesminAni.begin" dur="4s" calcMode="spline" keySplines=".74 .22  .27 .82" values="158; 494" keyTimes="0; 1"/>
It's already fixed in FF35 (I would not have closed this bug if it wasn't the case).
Working range: http://hg.mozilla.org/mozilla-central/pushloghtml?fromchange=06e1ca1fbf24&tochange=6b8da5940f74

Fixed by:
Cameron McCormack — Bug 1042860 - Handle animated attribute changes on descendants of SVG <text> elements. r=dholbert
Thanks.

This makes a lot of sense regarding the issue I had reported:
"Bug 1042860 - Handle animated attribute changes on descendants of SVG <text> elements"

And if you actually can see the animated text move to the specified location - then everyting's fine :)
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Creator:
Created:
Updated:
Size: