Closed
Bug 406313
Opened 18 years ago
Closed 18 years ago
SVG textPath startOffset cannot be animated any more by version 3 beta 1.
Categories
(Firefox :: Extension Compatibility, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 406312
People
(Reporter: dagan, Unassigned)
Details
Attachments
(1 file)
|
2.26 KB,
image/svg+xml
|
Details |
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-GB; rv:1.8.1.11) Gecko/20071127 Firefox/2.0.0.11
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-GB; rv:1.8.1.11) Gecko/20071127 Firefox/2.0.0.11
Using SVG scripting, version 2 animates startOffset of textPath. Version 3 beta 1 does not.
Reproducible: Always
Steps to Reproduce:
1.Animate by scripting startOffset of textPath.
2.Run with version2 of Firefox. It works.
3.Run with version 3 beta 1. It does not.
Actual Results:
The textPath remains motionless with version 3 beta 1. Applying alert(); the values of startOffset change as expected, but this is not seen on the screen. No errors are issued.
Expected Results:
See above.
The same bug occurs with windows XP system on a PC, which I reported previously as bug 406312. Since the version 2 of Firefox does not have this problem, I hope that it will be not difficult to fix the problem.
Running the attachment with Firefox version 2 and with Firefox version 3 beta 1, shows the different behaviour.
Updated•18 years ago
|
Status: UNCONFIRMED → RESOLVED
Closed: 18 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•