diff options
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2229,7 +2229,7 @@ new SVG.PathArray([ Note that every instance of `SVG.Path` carries a reference to the `SVG.PathArray` instance: ```javascript -polygon.array //-> returns the SVG.PointArray instance +path.array //-> returns the SVG.PathArray instance ``` _Javascript inheritance stack: `SVG.PathArray` < `SVG.Array`_ |