diff --git a/docs/docs/path.md b/docs/docs/path.md index 88327b4fa2..b1a06a4930 100644 --- a/docs/docs/path.md +++ b/docs/docs/path.md @@ -328,6 +328,8 @@ or var l = curve.getLength(); ``` +Length of path/curve will be cached. + #### Update length ```javascript @@ -338,8 +340,6 @@ or curve.updateArcLengths(); ``` -Length of path/curve will be cached. - ### Curves to JSON ```javascript diff --git a/docs/site/path/index.html b/docs/site/path/index.html index 28a918a026..f2c5f2d698 100644 --- a/docs/site/path/index.html +++ b/docs/site/path/index.html @@ -3638,22 +3638,22 @@