Skip to content

Commit

Permalink
update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
yoonieaj committed Oct 24, 2024
1 parent 9559cee commit a994f9d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/docs/03-automation_algorithms.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ How does the automation of `drawAutomatedOtherItems` and `drawAutomatedStackFram
responsible for drawing all non-stackframe objects actually work? The algorithm
is outlined below.

Users may specify the desired width of the canvas. If no width is provided, a default value (800) will be selected, and "trimmed" if there is excess space.

Given a list of objects in the format described in `MemoryModel.drawAll`
but without `x` and `y` coordinates as properties (as the point of
`drawAutomatedOtherItems` and `drawAutomatedStackFrames` is to assign
Expand Down

0 comments on commit a994f9d

Please sign in to comment.