Skip to content

Zoom Bug #31

Description

@spookyxbt

Hey, this is a great tool - love it.

Im using it with claude and noticed I kept getting a bug when zooming in and out, sort of smooth > then a big jump, and then same zooming back out partial zoom smooth, then an abrupt jump.

Claude claims there is a bug "a real operator-precedence bug in Argo's zoom-out formula (pre-existing in stock Argo, not something my easing patch introduced). The generated expression was 1+1-eased*0.35 instead of 1+(1-eased)0.35 — missing parens meant it evaluates as 2 - eased0.35, so at the start of zoom-out it jumps to 2.0x (way past the intended 1.35x), then decays down to 1.65x at the end instead of reaching 1.0x — which is exactly the "jumps closer, then partial zoom-out, then skips to full zoom-out" you saw (that last "skip to full zoom out" is the export's own final reset once the filter window ends)."

Just posting incase you want to verify, whatever it was Claude fixed for me locally.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions