BLCK4777 1kb js site is very janky with my triangles on screen
Categories
(Core :: Graphics: Canvas2D, defect, P3)
Tracking
()
People
(Reporter: bkelly, Unassigned)
References
(Blocks 1 open bug, )
Details
(Whiteboard: [gfx-noted])
Comment 1•9 years ago
|
||
Reporter | ||
Comment 2•9 years ago
|
||
Comment 3•9 years ago
|
||
Updated•9 years ago
|
Updated•7 years ago
|
Comment 5•4 years ago
|
||
Any update on the Canvas renderer / backend ?
ShadowBlur is still orders of magnitude slower in Firefox than Blink :'(
Comment 6•4 years ago
|
||
Can I help in any way ?
Maybe a simpler test case or do you have some performance tests that cover shadowBlur ?
Would love to see optimized shadowBlur in Firefox.
Updated•4 years ago
|
Comment 7•4 years ago
|
||
This bug was mentioned again in a recent blog post because it renders a technical demo useless on firefox.
Just wanted to let you know
Comment 8•4 years ago
|
||
Aforementioned demo, article and this bugreport received attention in HN discussion with several reports confirming subpar performance and even audio playback of "zombie tabs" reported as bug 1671968.
Comment 9•4 years ago
|
||
Is performance bad on Windows?
Comment 10•4 years ago
|
||
Abys(In reply to Jeff Muizelaar [:jrmuizel] from comment #9)
Is performance bad on Windows?
It's abysmal in Firefox due to the shadowBlur :(
Comment 11•4 years ago
|
||
(In reply to Mathieu 'p01' Henri from comment #10)
Abys(In reply to Jeff Muizelaar [:jrmuizel] from comment #9)
Is performance bad on Windows?
It's abysmal in Firefox due to the shadowBlur :(
Does it also perform badly in pre-chromium Edge?
Comment 12•4 years ago
|
||
:\ Sorry all my machines have upgraded from Edge legacy to the Chromium based one.
MONOSPACE* renders 1024 filled arcs ( circles ) with different shadowBlur to make them look blurry / out of focus.
The arcs are outside of the visible viewport, and the shadowOffestY brings the "shadow" into the visible viewport.
Comment 13•4 years ago
|
||
(In reply to Jeff Muizelaar [:jrmuizel] from comment #11)
Does it also perform badly in pre-chromium Edge?
Not on my machine: tried http://www.p01.org/MONOSPACE/monospace-compatible.htm on Edge from 2017 (not even the last pre-chromium version: Microsoft Edge 41.16299.1480.0 with EdgeHTML 16.16299) and demo runs comparatively equally well as in today's Google Chrome Canary, even with sound and TTS. It just scales text differently (or uses different font) and has more prominent gradient banding (like it used shallower colour depth), but overall runs smoothly and with similar CPU and GPU footprint. (Intel I5-8250U, Intel UHD 620 GPU.)
Updated•2 years ago
|
Comment 14•2 years ago
|
||
There have been some improvements to canvas shadow performance in bug 1789268.
Description
•