Closed
Bug 1683951
Opened 5 years ago
Closed 11 months ago
Slow animation with svg base64 filter
Categories
(Core :: Graphics: WebRender, defect)
Tracking
()
RESOLVED
FIXED
132 Branch
People
(Reporter: ksenia, Assigned: ahale)
References
(Blocks 1 open bug, )
Details
As reported in https://github.com/webcompat/web-bugs/issues/64072
STR:
- Visit https://yb7t4.csb.app/ and observe the page
Expected:
Circle rotation animation is smooth
Actual:
Animation is not smooth
Perf profile:
https://share.firefox.dev/37H4tSv
Reporter | ||
Updated•5 years ago
|
Reporter | ||
Updated•5 years ago
|
Summary: Slow animation with using svg base64 filter → Slow animation with svg base64 filter
Comment 1•5 years ago
|
||
Correcting the filter bounds to width="1" height="1" x="0" y="0" makes it much smoother for me.
Updated•5 years ago
|
Blocks: wr-perf
status-firefox85:
--- → affected
status-firefox86:
--- → affected
Component: Graphics → Graphics: WebRender
Updated•4 years ago
|
![]() |
||
Updated•4 years ago
|
Webcompat Priority: --- → ?
Updated•3 years ago
|
Webcompat Priority: ? → ---
Updated•3 years ago
|
Severity: -- → S4
Updated•11 months ago
|
Assignee | ||
Comment 2•11 months ago
|
||
Fixed by gfx.webrender.svg-filter-effects.
Assignee: nobody → ahale
Status: NEW → RESOLVED
Closed: 11 months ago
Depends on: 1906212
Resolution: --- → FIXED
Assignee | ||
Comment 3•11 months ago
|
||
I can't currently run the test case, but looking at the filter graph https://codesandbox.io/p/sandbox/yb7t4?file=%2Fsrc%2Ffilters%2Fnatural-shadow.tsx%3A31%2C1 it looks completely supported.
Assignee | ||
Updated•11 months ago
|
status-firefox130:
--- → affected
status-firefox131:
--- → affected
status-firefox132:
--- → fixed
status-firefox-esr115:
--- → affected
status-firefox-esr128:
--- → affected
Updated•11 months ago
|
Target Milestone: --- → 132 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•