x | 0 | number | The x coordinate position. |
y | 0 | number | The y coordinate position. |
dx | 0 | number | The x-offset. |
dy | 0 | number | The y-offset. |
fontSize | 12 | number | The fontSize for the text. |
fontFamily | Arial | string | The fontFamily for the text. |
fill | white | string | The fill color for the inner text. |
stroke | none | string | The stroke color for the inner text. |
strokeWidth | 0 | number | The strokeWidth for the inner text. |
outlineFill | white | string | The fill color for the outline. |
outlineStroke | magenta | string | The stroke color of the outline. |
outlineStrokeWidth | 3 | number | The stroke width in pixels of the outline. |
textAnchor | start | string | The svg textAnchor for the text. |
className | | string | A classname to be applied to both the inner and outer text. |