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
Currently, as mentioned in #327 - if a rect that's returned for an image element is empty, the image will still be loaded if offset is greater than 0. That should not be happening since the image element at the time of checking virtually does not exist.
A simple check for an empty rect should be enough, I'll try to get out a PR in the coming days.
The text was updated successfully, but these errors were encountered:
Currently, as mentioned in #327 - if a
rect
that's returned for an image element is empty, the image will still be loaded ifoffset
is greater than 0. That should not be happening since the image element at the time of checking virtually does not exist.A simple check for an empty
rect
should be enough, I'll try to get out a PR in the coming days.The text was updated successfully, but these errors were encountered: