Skip to content

v4.7.42 — Fix: Logo Watermark Actually Renders Now

Choose a tag to compare

@bungakku bungakku released this 28 Aug 05:29
· 3 commits to main since this release

Fixed the Institute Logo print watermark still not displaying at all after the 4.7.41 fix. Root cause: an SVG used as a CSS background-image runs in a browser-enforced restricted context where an embedded image reference is not permitted to fetch a separate external resource — referencing the logo by its plain URL inside the watermark SVG was therefore never allowed to load, regardless of sizing or container fixes. The logo's own file bytes are now read (from this site's uploads folder directly, or fetched once and cached otherwise) and embedded directly inside the watermark SVG as a self-contained data URI, leaving no external reference to block. No change to the Text watermark, which never had this issue.

Full Changelog: v4.7.41...v4.7.42