sidesnumber — number of sides that make up serif curve (5)
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')
Example
// Define in element figure.add({ make:'equation', elements: { sigma: { symbol:'sum' }, }, forms: { form1: { sumOf: ['sigma', 'a', 'a = 0', 'n'] }, }, });
Example
// Define inline simple one use figure.add({ make:'equation', forms: { form1: { sumOf: ['sum', 'a', 'a = 0', 'n'] }, }, });
Sum equation symbol used with the EQN_SumOf equation function.
---------- 00000000000000000000000000000000000 A 0000000 000000 | 0000000 000 | 0000000 00 | 0000000 | 0000000 | 0000000 | 0000000 | 0000000 | 0000000 | 0000000 | 000000 | 000 | 0000 height | 0000 | 0000 \ | 0000 \ | 0000 lineWidth | 0000 | 0000 | 0000 | 0000 00 | 0000 000| | 0000 000000| V 000000000000000000000000000000000000 | -------- 000000000000000000000000000000000000 | | | | | | width | |<------------------------------------>|symbolsumlineWidthnumber— (height * 0.88 / (25 * height + 15))sidesnumber— number of sides that make up serif curve (5)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')Example
Example
Example
Example