You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: correct Firefox canvas shear and portrait positioning
Float getBoundingClientRect values in Firefox caused a progressive
x-offset per row when used as pixel stride, producing a parallelogram
distortion. Fixed by rounding W/H to integers and using imageData.width
as the stride. Portrait left boundary now reads from getComputedStyle
grid column widths instead of getBoundingClientRect on a zero-size
grid item (unreliable in Firefox).
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
0 commit comments