Sigil 0.2.7.4
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 usesgetBoundingClientRect()anddevicePixelRatiofor proper HiDPI support - Updated
resize()to also sync buffer size with DPR scaling