The division symbol allows customization on how to draw the long form and
short form division symbol. Mostly it will not be needed, but for edge case
equation layouts it may be useful.
left space right space
bend width |<->|<---->| >|--|<
| | | | |
| | | | |
------- XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX____V
A X | | |_______|
| X | CCCCCCCCCCCCCCCCCCCCCCC A
| X CCCCCCCCCCCCCCCCCCCCCCC top space
| X CCCCCCCCCCCCCCCCCCCCCCC
height | X CCCCCCCCCCCCCCCCCCCCCCC
| X CCCCCCCCCCCCCCCCCCCCCCC
| X CCCCCCCCCCCCCCCCCCCCCCC
| X CCCCCCCCCCCCCCCCCCCCCCC
| X CCCCCCCCCCCCCCCCCCCCCCC
| X CCCCCCCCCCCCCCCCCCCCCCC bottom space
V X CCCCCCCCCCCCCCCCCCCCCCC_______V
------ X _________________________________________|
| A
| |
| width |
|<----------------------------------------->
symboldivision
lineWidthnumber — (0.01)
widthnumber — force width of content area (normally defined by content size)
heightnumber — force height of content area (normally defined by content size)
bendWidthnumber — (0)
sidesnumber — (10)
drawdynamic | static — 'static' updates vertices on
resize, 'static' only changes scale transform (dynamic)
staticHeightnumber | first — used when draw=static.
number sets height of static symbol - 'first' calculates and sets height
based on first use ('first')
staticWidthnumber | first — used when draw=static.
number sets width of static symbol - 'first' calculates and sets width
based on first use ('first')
Division equation symbol used in EQN_Root.
The division symbol allows customization on how to draw the long form and short form division symbol. Mostly it will not be needed, but for edge case equation layouts it may be useful.
left space right space bend width |<->|<---->| >|--|< | | | | | | | | | | ------- XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX____V A X | | |_______| | X | CCCCCCCCCCCCCCCCCCCCCCC A | X CCCCCCCCCCCCCCCCCCCCCCC top space | X CCCCCCCCCCCCCCCCCCCCCCC height | X CCCCCCCCCCCCCCCCCCCCCCC | X CCCCCCCCCCCCCCCCCCCCCCC | X CCCCCCCCCCCCCCCCCCCCCCC | X CCCCCCCCCCCCCCCCCCCCCCC | X CCCCCCCCCCCCCCCCCCCCCCC | X CCCCCCCCCCCCCCCCCCCCCCC bottom space V X CCCCCCCCCCCCCCCCCCCCCCC_______V ------ X _________________________________________| | A | | | width | |<----------------------------------------->symboldivisionlineWidthnumber— (0.01)widthnumber— force width of content area (normally defined by content size)heightnumber— force height of content area (normally defined by content size)bendWidthnumber— (0)sidesnumber— (10)drawdynamic|static—'static'updates vertices on resize,'static'only changes scale transform (dynamic)staticHeightnumber|first— used whendraw=static.numbersets height of static symbol -'first'calculates and sets height based on first use ('first')staticWidthnumber|first— used whendraw=static.numbersets width of static symbol -'first'calculates and sets width based on first use ('first')Example
Example
Example
Example