Closed
Bug 1816962
Opened 2 years ago
Closed 1 year ago
skia-canvas and gpu-canvas are slower than d2d-canvas on hovering over the graph at https://crates.io/crates/syn
Categories
(Core :: Graphics: Canvas2D, defect, P3)
Core
Graphics: Canvas2D
Tracking
()
RESOLVED
FIXED
People
(Reporter: mayankleoboy1, Unassigned)
References
()
Details
Attachments
(1 file)
36.49 KB,
text/plain
|
Details |
Go to https://crates.io/crates/syn
Scroll down to where the grpah is
Move your mouse inside the mouse.
ER: The hovering pop-up should follow your cursor in realtime as you move the mouse around.
AR: There is a lot of lag between you moving the mouse, and the popup appearing.
D2d-canvas: https://share.firefox.dev/40YssG5
Skia-canvas: https://share.firefox.dev/410dZcI
gpu-canvas: https://share.firefox.dev/3YPWrhN
In order of performance: Chrome>d2d-canvas>>skia-canvas/gpu-canvas
Reporter | ||
Comment 1•2 years ago
|
||
Updated•2 years ago
|
Severity: -- → S3
Priority: -- → P3
Reporter | ||
Comment 2•1 year ago
|
||
This is much better now for GPU-canvas :
Bisection leads to
Bug 1834079 - Move stroke fallback heuristic to after we attempt AA-Stroke. r=jrmuizel
Differential Revision: https://phabricator.services.mozilla.com/D178549
You need to log in
before you can comment on or make changes to this bug.
Description
•