Skip to content
This repository was archived by the owner on May 11, 2026. It is now read-only.

v2.4.1

Choose a tag to compare

@trotzig trotzig released this 05 Jan 15:25

This patch release fixes an issue where we weren't including assets found in <image href="..."> elements. This led to broken images being displayed in the Happo screenshot. Now we properly include assets found in structures that look something like this:

<svg>
  <g>
    <image x="..." y="..." href="assets/images/some-image.svg"></image>
  </g>
</svg>