Galooshi / happo

Visual diffing in CI for user interfaces
504 stars 16 forks source link

waitForImagesToLoad seems to fail on data-uris that contain SVGs #207

Closed lencioni closed 7 years ago

lencioni commented 7 years ago

And possibly other types of data-uris. Seeing an error message like this:

Failed to load image with url data:image/svg+xml;utf8,<svg><line%20x1=\"100%\"%20y1=\"0\"%20x2=\"0\"%20y2=\"100%\"%20stroke=\"rgba(219,%20219,%20219,%201
oliviertassinari commented 7 years ago

I'm gonna submit a PR for that one.