docs(visimer): re-record README hero with a visible cursor (PRD-8185) (#3706) - #34
Merged
Conversation
… (#3706) The README hero is the first thing a visitor sees, and its own alt text says a node label is double-clicked and retyped. The recording painted no pointer, so that double-click was invisible: the label just changed, with nothing on screen explaining why. That undercut the differentiator. Visimer's claim is direct manipulation of the rendered diagram, where every other Mermaid editor makes you edit text. A hero with no cursor is indistinguishable from a source-pane screencast, so the clip could not carry the one thing that makes Visimer different. Not a stale asset. It postdates HeroLoopPage. It was recorded from /playground, which renders real Mermaid but paints no pointer; /hero-loop paints one but is a different surface with different chrome and a simpler diagram. The two capabilities had never been combined. Re-recorded from /playground with Playwright driving real input: a real double-click, real keystrokes, a real commit, and a real click on bare canvas to deselect. Everything in frame is the app, including its own caret and its own source-sync highlight. Only the pointer is painted, because the app paints none. At identical 2400x1350 the asset goes from 245,184 to 96,334 bytes while going from 11 sparse keyframes to 204 at 30fps. Adds the recorder that produced it. A binary asset with no reproduction path is arguably how the hero ended up cursor-less in the first place, so the script ships alongside it. Playwright and img2webp stay out of the manifests on purpose: this runs about twice a year, and neither belongs in every contributor's install. The script header carries the two setup lines. The pointer is copied in from openstylus openstyles/scene/Cursor.tsx, whose DS declares distribution copy-in and does not publish that tree, so copying is the sanctioned path rather than a dependency. GitOrigin-RevId: 0c8aef914c540758f3a41d06c5203d8f1bd39482
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.
Copybara-translated 1 Inkeep OSS change. Rebase-merge this PR so the prepared commit lands directly on public main.