diff --git a/src/svg.js b/src/svg.js index 698e76a..d96edd9 100644 --- a/src/svg.js +++ b/src/svg.js @@ -2777,7 +2777,7 @@ function gradientRadial(defs, cx, cy, r, fx, fy) { ** - x (number) x coordinate position - y (number) y coordinate position - - text (string|array) The text string to draw or array of s + - text (string|array) The text string to draw or array of strings to nest within separate `` elements = (object) `text` element ** > Usage