Structured render-size hint for a machine visualization, set by the FSL
default_size directive. All three forms are optional in the sense that
only one or two fields will be present depending on the form used:
{ width } — single-number form (default_size: 800;)
{ width, height } — bounding-box form (default_size: 800 600;)
{ height } — height-only form (default_size: height 600;)
This is a hint, not a hard constraint. Renderers may ignore it.
Structured render-size hint for a machine visualization, set by the FSL
default_sizedirective. All three forms are optional in the sense that only one or two fields will be present depending on the form used:{ width }— single-number form (default_size: 800;){ width, height }— bounding-box form (default_size: 800 600;){ height }— height-only form (default_size: height 600;)This is a hint, not a hard constraint. Renderers may ignore it.
See
Machine.default_size