The radical symbol allows customization on how to draw the radical. Mostly
it will not be needed, but for edge case equation layouts it may be useful.
height
|
|
|_____________________________ XXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
A X|
| startHeight X | CCCCCCCCCCCCCCCCCCCCCCC
| | X | CCCCCCCCCCCCCCCCCCCCCCC
| | tickHeight X | CCCCCCCCCCCCCCCCCCCCCCC
| | | X | CCCCCCCCCCCCCCCCCCCCCCC
| |____V____ X | CCCCCCCCCCCCCCCCCCCCCCC
| A | X X | CCCCCCCCCCCCCCCCCCCCCCC
| | |__X |X X | CCCCCCCCCCCCCCCCCCCCCCC
| | A | | X X | CCCCCCCCCCCCCCCCCCCCCCC
| | | | X X | CCCCCCCCCCCCCCCCCCCCCCC
| | | | X X | CCCCCCCCCCCCCCCCCCCCCCC
V___V______|__|____X |
| | | |
| | | |
tickWidth >|--|< | |
| | | |
| |<-->|downWidth |
| |
|<----------------->|
startWidth
symbolradical
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)
startWidthnumber — (0.5)
startHeightnumber — (0.5)
proportionalToHeightboolean — true makes startHeight,
startWidth, tickHeight, tickWidth, and downWidth a percentage of
height instead of absolute (true)
maxStartWidthnumber | null — (0.15)
maxStartHeightnumber | null — (0.15)
lineWidth2number — lineWidth of down stroke (2 x lineWidth)
tickWidthnumber
tickHeightnumber
downWidthnumber
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')
Radical equation symbol used in EQN_Root.
The radical symbol allows customization on how to draw the radical. Mostly it will not be needed, but for edge case equation layouts it may be useful.
height | | |_____________________________ XXXXXXXXXXXXXXXXXXXXXXXXXXXXXX A X| | startHeight X | CCCCCCCCCCCCCCCCCCCCCCC | | X | CCCCCCCCCCCCCCCCCCCCCCC | | tickHeight X | CCCCCCCCCCCCCCCCCCCCCCC | | | X | CCCCCCCCCCCCCCCCCCCCCCC | |____V____ X | CCCCCCCCCCCCCCCCCCCCCCC | A | X X | CCCCCCCCCCCCCCCCCCCCCCC | | |__X |X X | CCCCCCCCCCCCCCCCCCCCCCC | | A | | X X | CCCCCCCCCCCCCCCCCCCCCCC | | | | X X | CCCCCCCCCCCCCCCCCCCCCCC | | | | X X | CCCCCCCCCCCCCCCCCCCCCCC V___V______|__|____X | | | | | | | | | tickWidth >|--|< | | | | | | | |<-->|downWidth | | | |<----------------->| startWidthsymbolradicallineWidthnumber— (0.01)widthnumber— force width of content area (normally defined by content size)heightnumber— force height of content area (normally defined by content size)startWidthnumber— (0.5)startHeightnumber— (0.5)proportionalToHeightboolean—truemakesstartHeight,startWidth,tickHeight,tickWidth, anddownWidtha percentage of height instead of absolute (true)maxStartWidthnumber|null— (0.15)maxStartHeightnumber|null— (0.15)lineWidth2number— lineWidth of down stroke (2 x lineWidth)tickWidthnumbertickHeightnumberdownWidthnumberdrawdynamic|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