You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
https://gistpreview.github.io/?eeb6459081cf75648d507eeaf1d414f3 is cargo build -Z timings for Servo. The canvas appears broken in Firefox and Chromium until the "Min unit time" slider is moved to a non-zero value. This appears to be because the canvas height exceeds i16::MAX:
I believe this was fixed in #7397 which just hasn't made its way to nightly yet, but let us know if it's still not working after that update hits though!
https://gistpreview.github.io/?eeb6459081cf75648d507eeaf1d414f3 is
cargo build -Z timings
for Servo. The canvas appears broken in Firefox and Chromium until the "Min unit time" slider is moved to a non-zero value. This appears to be because the canvas height exceedsi16::MAX
:Changing "Min unit time" to even 0.1 seconds filters out many units/crates, making a much smaller canvas.
I’m not sure what a proper solution would be, but maybe we could at least detect this situation and suggest that work-around?
The text was updated successfully, but these errors were encountered: