Skip to content

paperlab@0.5.2

Choose a tag to compare

@github-actions github-actions released this 28 Aug 21:35
· 8 commits to main since this release
099eb61

Patch Changes

  • a16379c: Stage mode's source no longer speckles green in Safari. The glow plane faded
    through its alpha channel, and a 2D canvas stores premultiplied pixels — so
    uploading it un-premultiplied made the browser divide the colour back out,
    which along the near-transparent tail amplified 8-bit rounding into off-hue
    texels. WebKit's rounding made those visible as a drift of green dots across
    the far wall. The falloff is now premultiplied into the colour on an opaque
    texture and added to the room, which is also the more honest model of a light.