fix(s09_memory): point read/write arrow at memory files box#339
Merged
Gui-Yue merged 1 commit intoJun 2, 2026
Merged
Conversation
|
@hardness1020 is attempting to deploy a commit to the crazyboym's projects Team on Vercel. A member of the Team first needs to authorize it. |
Make the Storage to Memory Files arrow a straight vertical segment ending at the box edge, instead of curving onto the dashed border. Applies to the en, ja, and zh (default) diagram variants.
1e1d477 to
aef9e67
Compare
Collaborator
|
@hardness1020 |
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.
What
In the s09_memory subsystems diagram, the read/write arrow connecting Storage to the Memory Files box curved at its end and rendered horizontally on top of the dashed border. Visually it read as lying along the dashed line rather than pointing to it.
This changes the path from a curve (
M 112 138 L 112 174 Q 112 180 118 180) to a straight vertical segment (M 112 138 L 112 180) that terminates at the box edge, so the arrowhead points cleanly at the box. This now matches the adjacent write and overwrite arrows.Files
Applied to all three variants of the diagram:
s09_memory/images/memory-subsystems.svg(default / zh)s09_memory/images/memory-subsystems.en.svgs09_memory/images/memory-subsystems.ja.svgBefore / After