transforms: write a bracket no reader took into its channel or longhand - #770
Merged
Merged
Conversation
samoht
added this pull request to stack #728
September 13, 2026 18:47
samoht
force-pushed
the
transform-last-resort
branch
from
September 13, 2026 18:57
d98fc5d to
e5f4e95
Compare
samoht
force-pushed
the
transform-last-resort
branch
from
September 13, 2026 19:26
e5f4e95 to
87e57ed
Compare
Ten families: origin, perspective, perspective-origin, transform, the three rotate channels and the three translate ones. The channel forms follow raw_skew_style, which already did this for skew. Origin_raw and Perspective_origin_raw need their own entry in priority: the catch-all there put both at 9, which moved origin-[<value>] 154 statements and perspective-origin-[<value>] 2176, caught by the frozen order gate at 2 of 4001.
samoht
force-pushed
the
transform-last-resort
branch
from
September 13, 2026 20:14
87e57ed to
4b47583
Compare
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.
Ten families:
origin,perspective,perspective-origin,transform, the three rotate channels and the three translate ones. The channel forms followraw_skew_style, which already did this for skew.Origin_rawandPerspective_origin_rawneed their own entry inpriority: the catch-all there put both at 9, which movedorigin-[<value>]154 statements andperspective-origin-[<value>]2176 — caught by the frozen order gate at 2 of 4001. Follows #769.