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
I modified the calc of the general factor, because there is a bug and it is too small and too often equal to 1, rendering the patch useless.
theoretically, it would be appropriate to move the value from the Page to the ExecutionContext (or to a volatile content setting), so that it can also be used in workers with the same value as the initial page.
however, at the moment, it is useless as it seems that communication (with PostMessage) is also possible between first parties on different browsercontexts (to be verified): in that case, as they are different pages, they would have different factors (and should not)
Move all
document::GetNoiseFactorX()
toExecutionContext
check
OffscreenCanvasRenderingContext2D::measureText()
The text was updated successfully, but these errors were encountered: