Skip to content

Sigil 0.2.7.4

Choose a tag to compare

@github-actions github-actions released this 12 Dec 08:40
· 88 commits to main since this release

Fixed

Canvas Buffer Size Sync

  • Fixed invisible/distorted rendering caused by canvas buffer size mismatch
  • Canvas buffer size (default 300x150) is now synced with CSS display size before WebGPU/WebGL initialization
  • Added syncCanvasSize() that uses getBoundingClientRect() and devicePixelRatio for proper HiDPI support
  • Updated resize() to also sync buffer size with DPR scaling