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
A bug currently causes empty canvas elements to display a broken image icon in Percy's Chrome
screenshots: percy/percy-agent#533. This hides the broken image icon.
Given an empty canvas element, it will be serialized as the following DOM:
Which results in this screenshot:
In these instances, it's probably best if the canvas is not serialized and left alone to avoid broken images
The text was updated successfully, but these errors were encountered: