Documentation ¶
Index ¶
Constants ¶
View Source
const ( // don't consider layouts with rows longer than targetSize*1.2 or shorter than targetSize/1.2 STARTING_THRESHOLD = 1.2 // next try layouts with a 25% larger threshold THRESHOLD_STEP_SIZE = 0.25 MIN_THRESHOLD_ATTEMPTS = 1 MAX_THRESHOLD_ATTEMPTS = 3 ATTEMPT_LIMIT = 100_000 SKIP_LIMIT = 10_000_000 )
View Source
const ( CONTAINER_PADDING = 60 DEFAULT_GAP = 40 )
Variables ¶
This section is empty.
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.