Closed
Bug 922766
Opened 11 years ago
Closed 9 years ago
Slow SVG filters on bz's testcase
Categories
(Core :: SVG, defect)
Core
SVG
Tracking
()
RESOLVED
FIXED
mozilla40
People
(Reporter: ehsan.akhgari, Unassigned)
References
()
Details
(Keywords: perf)
Drag the right panda over the left one. We jank when the images intersect.
Here's the profile: <http://people.mozilla.org/~bgirard/cleopatra/?customProfile=http://people.mozilla.org/~eakhgari/profiles/svg>
Comment 1•11 years ago
|
||
All filter perf bugs are mine.
Assignee: nobody → mstange
Status: NEW → ASSIGNED
Comment 2•11 years ago
|
||
This was mostly fixed by bug 876321. We still jank when the moved layer starts overlapping the still image, though. Bug 924103 has reduced the jank somewhat but it's still noticeable.
So the remaining thing to do here is to find out why the moved layer gets repainted on overlap.
Assignee: mstange → nobody
Status: ASSIGNED → NEW
Comment 3•10 years ago
|
||
(In reply to Markus Stange [:mstange] from comment #2)
> So the remaining thing to do here is to find out why the moved layer gets
> repainted on overlap.
This happens because of bug 1136304 - while the layers don't intersect, the movable one pulls a white background color from the page background, but it can't do that while the layers intersect. It shouldn't pull up the background color in the first place.
Comment 4•9 years ago
|
||
I think we can call this fixed.
Status: NEW → RESOLVED
Closed: 9 years ago
OS: Mac OS X → All
Hardware: x86 → All
Resolution: --- → FIXED
Target Milestone: --- → mozilla40
You need to log in
before you can comment on or make changes to this bug.
Description
•