Skip to content

Commit

Permalink
Export document
Browse files Browse the repository at this point in the history
  • Loading branch information
rexrainbow committed Nov 18, 2019
1 parent b597860 commit a398246
Show file tree
Hide file tree
Showing 4 changed files with 90 additions and 56 deletions.
4 changes: 2 additions & 2 deletions docs/docs/path.md
Expand Up @@ -328,6 +328,8 @@ or
var l = curve.getLength();
```

Length of path/curve will be cached.

#### Update length

```javascript
Expand All @@ -338,8 +340,6 @@ or
curve.updateArcLengths();
```

Length of path/curve will be cached.

### Curves to JSON

```javascript
Expand Down

0 comments on commit a398246

Please sign in to comment.