• Option A: the reference renderer rotates

    fabi released this 2026-08-29 19:07:12 +00:00

    blit gains an inverse-mapped rotated path turning about the pivot; zero rotation
    keeps the original forward-mapped path byte for byte. compose draws a nested
    .rat leaf when the leaf carries geometry the parent does not -- not a blanket
    rule, a button s leaf duplicates its parent and the parent still wins. And
    ComposeOptions::at / screen render --at pose LEAVES ONLY at a keyframe time,
    because a top-level group s final keyframes are its exit ramp.

    Verified: 116 lib tests including a rotation control (0 and 360 byte-identical to
    the unrotated path, 90 swaps a 10x4 to 4x10, area conserved, centroid on the
    pivot), and 13 disc-gated ui_paint_order_disc tests against the real disc.
    main_menu unchanged at 9.26.

    NOT established: that this closes the title s 1.81 percent. A pose scan against
    the title capture is flat, 10.73 to 11.17 against a 10.92 baseline.

    Downloads