test(producer): guard removed autoAlpha fast-capture shim#1752
Open
miguel-heygen wants to merge 1 commit into
Open
test(producer): guard removed autoAlpha fast-capture shim#1752miguel-heygen wants to merge 1 commit into
miguel-heygen wants to merge 1 commit into
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
__HF_FAST_CAPTURE_AUTOALPHA__/HF_FAST_CAPTURE_AUTOALPHAsentinel.gsap.set(...)and batched timeline calls keep authored{ opacity: ... }vars even if a page defines the obsolete flag.Investigation
mainalready has no runtime__HF_FAST_CAPTURE_AUTOALPHA__shim and no engine-sidepage.evaluateOnNewDocumentsetter for that flag.git grepis clean for the flag.13b8b0e5/0ef2643badded the rewrite inpackages/producer/stubs/hf-early-stub.ts; current early stub is back to timeline batching only.drawElementImagerepro with stacked opacity-animated absolute layers produced expected pixels and zero black pixels on cached headless-shell146.0.7680.153,148.0.7778.97, and150.0.7871.24.Verification
bun test packages/producer/src/services/fileServer.test.tsbun --filter @hyperframes/producer typecheckbunx oxfmt --check packages/producer/src/services/fileServer.test.tsgit grep -n "__HF_FAST_CAPTURE_AUTOALPHA__\|HF_FAST_CAPTURE_AUTOALPHA" HEAD -- .(no matches)