scistag.imagestag.anchor2d.Anchor2DLiterals¶
- Anchor2DLiterals¶
Shortcode alternative which can be passed to most functions supporting anchors to minimize the amount of imports required.
alias of
Literal[‘tl’, ‘topLeft’, ‘t’, ‘top’, ‘tr’, ‘topRight’, ‘cl’, ‘centerLeft’, ‘c’, ‘center’, ‘cr’, ‘centerRight’, ‘bl’, ‘bottomLeft’, ‘b’, ‘bottom’, ‘br’, ‘bottomRight’]