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:'prod' }, }, forms: { form1: { prodOf: ['sigma', 'a', 'a = 0', 'n'] }, }, });
Example
// Define inline simple one use figure.add({ make:'equation', forms: { form1: { prodOf: ['prod', 'a', 'a = 0', 'n'] }, }, });
Product equation symbol used with the EQN_ProdOf equation function.
width |<--------------------------------------------------------->| | | | | | | | lineWidth | | / | | / | ---- 00000000000000000000000000000000000000000000000000000000000000 A 000000000000000000000000000000000000000000000000000000 | 00000000000000000000000000000000000000000000000000 | 00000000000 00000000000 | 00000000000 00000000000 | 00000000000 00000000000 | 00000000000 00000000000 | 00000000000 00000000000 | 00000000000 00000000000 | 00000000000 00000000000 | 00000000000 00000000000 | 00000000000 00000000000 height | 00000000000 00000000000 | 00000000000 00000000000 | 00000000000 00000000000 | 00000000000 00000000000 | 00000000000 00000000000 | 00000000000 00000000000 | 00000000000 00000000000 | 00000000000 00000000000 | 00000000000 00000000000 | 00000000000 00000000000 | 00000000000 00000000000 | 0000000000000 00000000000000 V 00000000000000000 000000000000000000 ----- 0000000000000000000000000 00000000000000000000000000symbolprodlineWidthnumber— (related to height)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