Skip to content

Commit

Permalink
Remove the processing diagrams section; it might be added back later
Browse files Browse the repository at this point in the history
Signed-off-by: Jim Hawkins <[email protected]>
  • Loading branch information
sjjhsjjh committed Mar 14, 2024
1 parent 49da27f commit f96297e
Showing 1 changed file with 3 additions and 100 deletions.
103 changes: 3 additions & 100 deletions documents/Specification/07ZoomBoxMovement/ZoomBoxMovement.md
Original file line number Diff line number Diff line change
Expand Up @@ -713,106 +713,9 @@ Parent | Lateral centre | | -270
In a typical zoom box there would be up to 25 in a hierarchical palette, or
around 70 in a flat palette.





# Zoom Box Movement Processing Diagrams
These diagrams illustrate the examples in the processing steps, above.

> Jim, do new diagrams.
Zoom boxes are shown as three-sided rectangles.

Updates in each step are shown by

- solid lines for zoom boxes as they are at the start of the step.
- dashed lines for the end of the step.

Dotted lines

- with arrows and numbers indicate size and position values.
- without arrows indicate lateral centres of zoom boxes for the purposes of
showing lateral size in two halves or for showing lateral position.

In steps where a lateral size is changed, the updated box is shown with the same
lateral centre. There will be a later step in which lateral position also
changes.

Each diagrams is drawn to a scale that best shows the update in the
corresponding processing step. This means that the diagrams are at different
scales.

The first diagram illustrates the starting positions and some sizes.

<picture>
<source
media="(prefers-color-scheme: dark)"
srcset="MoveProcessing00_exported-dark.svg" >
<img src="MoveProcessing00.svg">
</picture>

<picture>
<source
media="(prefers-color-scheme: dark)"
srcset="MoveProcessing01_exported-dark.svg" >
<img src="MoveProcessing01.svg">
</picture>

<picture>
<source
media="(prefers-color-scheme: dark)"
srcset="MoveProcessing02_exported-dark.svg" >
<img src="MoveProcessing02.svg">
</picture>

<picture>
<source
media="(prefers-color-scheme: dark)"
srcset="MoveProcessing03_exported-dark.svg" >
<img src="MoveProcessing03.svg">
</picture>

<picture>
<source
media="(prefers-color-scheme: dark)"
srcset="MoveProcessing04_exported-dark.svg" >
<img src="MoveProcessing04.svg">
</picture>

<picture>
<source
media="(prefers-color-scheme: dark)"
srcset="MoveProcessing05_exported-dark.svg" >
<img src="MoveProcessing05.svg">
</picture>

<picture>
<source
media="(prefers-color-scheme: dark)"
srcset="MoveProcessing06_exported-dark.svg" >
<img src="MoveProcessing06.svg">
</picture>

<picture>
<source
media="(prefers-color-scheme: dark)"
srcset="MoveProcessing07_exported-dark.svg" >
<img src="MoveProcessing07.svg">
</picture>

<picture>
<source
media="(prefers-color-scheme: dark)"
srcset="MoveProcessing08_exported-dark.svg" >
<img src="MoveProcessing08.svg">
</picture>






# Zooming Move Processing Diagrams
> TBD if needed and helpful. If a square solver is adopted then it's maybe
> trivial.
# Next Section
The next section in the specification is TBD.
Expand Down

0 comments on commit f96297e

Please sign in to comment.