Closed
Bug 1194728
Opened 10 years ago
Closed 10 years ago
<animateMotion> inside of <use>-cloned element is not working
Categories
(Core :: SVG, defect)
Core
SVG
Tracking
()
RESOLVED
DUPLICATE
of bug 738574
People
(Reporter: david.dailey, Unassigned)
Details
Attachments
(3 files)
User Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; HPDTDF; BRI/1; InfoPath.2; .NET4.0C; BRI/2; .NET4.0E; GWX:QUALIFIED; BOIE9;ENUSMSNIP; rv:11.0) like Gecko
Steps to reproduce:
http://cs.sru.edu/~ddailey/canterbury/rings.svg
Actual results:
animation of cars along paths doesn't work. It does in Chrome.
Expected results:
animation of cars along paths doesn't work. It does in Chrome.
Updated•10 years ago
|
Component: Untriaged → SVG
Comment 1•10 years ago
|
||
Comment 2•10 years ago
|
||
It's not the <mpath>'s fault, actually -- we simply don't seem to handle <animateMotion> inside of a <use>-targeted thing correctly.
Status: UNCONFIRMED → NEW
Ever confirmed: true
Summary: mpath xlink:href appears not to be working → <animateMotion> inside of <use>-cloned element is not working
Version: 40 Branch → Trunk
Comment 3•10 years ago
|
||
Comment 4•10 years ago
|
||
Chrome (Blink) & Opera 12.16 (Presto) animate both blue rects in testcase 2.
Firefox (Nightly) only animates the left rect -- not the right one, which is a <use>-clone.
I was a little slow, but for what it's worth, this version of the original rings works in firefox.
Comment 6•10 years ago
|
||
Thanks -- that version's working-ness makes sense in light of comment 2, as you've got the animateMotion node explicitly duplicated across each <use>-clone.
Things only seem to break when the <animateMotion> element itself is part of the cloned subtree, I guess.
Updated•10 years ago
|
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → DUPLICATE
Comment 8•10 years ago
|
||
I think this is a DUP, feel free to reopen if you think otherwise though Daniel.
You need to log in
before you can comment on or make changes to this bug.
Description
•