diff options
author | wout <wout@impinc.co.uk> | 2014-02-02 14:47:19 +0100 |
---|---|---|
committer | wout <wout@impinc.co.uk> | 2014-02-02 14:47:19 +0100 |
commit | e1566105dcb10c55f669fb48e1eaf771b5232b44 (patch) | |
tree | f77d4ab95caeb48b4f35ec528b1a5b1fce1b6d6e /README.md | |
parent | 052f892af8d1af70732ee59fdc7f431788700a8a (diff) | |
download | svg.js-e1566105dcb10c55f669fb48e1eaf771b5232b44.tar.gz svg.js-e1566105dcb10c55f669fb48e1eaf771b5232b44.zip |
Updated README
Diffstat (limited to 'README.md')
-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`_ |