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(engine): keep offsetLeft/offsetTop for position, only use getBoundingClientRect for size
Reverts the position change from 617f861 that broke style-7/8/10-prod
baselines. The getBoundingClientRect-based relative positioning
(videoRect.left - parentRect.left) doesn't match offsetLeft in nested
compositions with transforms, borders, or padding on ancestors.
Fix: use getBoundingClientRect only for width/height (fixes#1009 bottom
gap), keep offsetLeft/offsetTop for position (correct for nested comps).
Restores the 3 original baselines that were incorrectly regenerated.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
0 commit comments