Closed
Bug 1041661
Opened 10 years ago
Closed 10 years ago
animation of transform on elements in pattern doesn't work -- It used to.
Categories
(Core :: SVG, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 975757
People
(Reporter: david.dailey, Unassigned)
References
Details
(Keywords: regression)
User Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:30.0) Gecko/20100101 Firefox/30.0 (Beta/Release)
Build ID: 20140605174243
Steps to reproduce:
http://srufaculty.sru.edu/david.dailey/svg/svgopen2008/patternTile3.svg
Actual results:
I believe this used to work fine in Firefox. It behaves as expected in Chrome (except for minor transparency issue); ASV, old Opera.
Sometimes, the animation seems to advance a few frames on mouseclick.
Expected results:
The elements inside the pattern should rotate.
Comment 1•10 years ago
|
||
Regression window(m-c)
Good:
http://hg.mozilla.org/mozilla-central/rev/308ecd2dcba2
Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20130525 Firefox/24.0 ID:20130525204232
Bad:
http://hg.mozilla.org/mozilla-central/rev/0fed3377c839
Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20130525 Firefox/24.0 ID:20130525210635
Pushlog:
http://hg.mozilla.org/mozilla-central/pushloghtml?fromchange=308ecd2dcba2&tochange=0fed3377c839
Regression window(m-i)
Good:
http://hg.mozilla.org/integration/mozilla-inbound/rev/ff4d7b275942
Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20130524 Firefox/24.0 ID:20130524061652
Bad:
http://hg.mozilla.org/integration/mozilla-inbound/rev/50a7acb8c2ca
Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20130524 Firefox/24.0 ID:20130524072150
Pushlog:
http://hg.mozilla.org/integration/mozilla-inbound/pushloghtml?fromchange=ff4d7b275942&tochange=50a7acb8c2ca
Suspect:
9ba223470c83 Jonathan Watt — Bug 875175 - Stop continuous reflow and invalidation of entire SVG when an element that is partially/wholly outside the viewport is subject to a transform animation. r=dbaron
Blocks: 875175
Status: UNCONFIRMED → NEW
status-firefox31:
--- → affected
status-firefox32:
--- → affected
status-firefox33:
--- → affected
status-firefox34:
--- → affected
status-firefox-esr24:
--- → affected
status-firefox-esr31:
--- → affected
Component: Untriaged → SVG
Ever confirmed: true
Keywords: regression
Product: Firefox → Core
Version: 30 Branch → 24 Branch
Reporter | ||
Comment 2•10 years ago
|
||
Am not sure if this is the same thing or not, but it has similar code, and, I believe, used to work in FF (version unknown):
http://srufaculty.sru.edu/david.dailey/svg/SVGOpen2008/barberPole.svg
Comment 3•10 years ago
|
||
(In reply to david.dailey from comment #2)
> Am not sure if this is the same thing or not, but it has similar code, and,
> I believe, used to work in FF (version unknown):
> http://srufaculty.sru.edu/david.dailey/svg/SVGOpen2008/barberPole.svg
This is not a not same bug. Because regression range is different.
Please file a new bug.
Flags: needinfo?(david.dailey)
Comment 4•10 years ago
|
||
(In reply to david.dailey from comment #2)
> Am not sure if this is the same thing or not, but it has similar code, and,
> I believe, used to work in FF (version unknown):
> http://srufaculty.sru.edu/david.dailey/svg/SVGOpen2008/barberPole.svg
aha,
You have already filed as Bug 975757.
Flags: needinfo?(david.dailey)
Comment 5•10 years ago
|
||
Patch in bug 975757 fixes this. It's basically the same issue.
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•