SVG
Functions
- svgArc(r0, r1, a0, a1) ⇒
string
- svgCircularPath(r, a, b) ⇒
string
- svgArc2(r0, r1, a0, b0, a1, b1) ⇒
string
- createSVGElement(tag) ⇒
Element
svgArc(r0, r1, a0, a1) ⇒ string
Kind: global function
Param | Type | Description |
---|---|---|
r0 | number | inner radius |
r1 | number | outer radius |
a0 | number | starting angle |
a1 | number | end angle |
svgCircularPath(r, a, b) ⇒ string
Kind: global function
Param | Type | Description |
---|---|---|
r | number | Outer Radius |
a | number | Start of the outer arc (in rad) |
b | number | End of the outer arc (in rad) |
svgArc2(r0, r1, a0, b0, a1, b1) ⇒ string
Kind: global function
Param | Type | Description |
---|---|---|
r0 | number | Inner radius |
r1 | number | Outer Radius |
a0 | number | Start of the inner arc (in rad) |
b0 | number | End of the inner arc (in rad) |
a1 | number | Start of the outer arc (in rad) |
b1 | number | End of the outer arc (in rad) |
createSVGElement(tag) ⇒ Element
Kind: global function
Param | Type |
---|---|
tag | String |