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
Fixes getImageData(100) calling itself endlessly (introduced via
c2fe144
) by reintroducing the bigger getImageData(100) and getImageData()
endlessly (introduced in 2017 via
e6d12ca
) that wasn't experienced thanks to the *happy accident* that it was
asbtract method and all implementations before that had their own and
every implementor since then most likely figured the endless loop while
developing.
Enhanced documentation to mention that.
0 commit comments