mirror of
https://github.com/rough-stuff/rough.git
synced 2026-02-14 23:45:05 -05:00
Update README.md
This commit is contained in:
@@ -81,13 +81,7 @@ openArc.strokeWidth = 10;
|
||||
```
|
||||
|
||||
``` javascript
|
||||
var curve = rough.curve([
|
||||
[10, 10],
|
||||
[150, 65],
|
||||
[180, 165],
|
||||
[300, 20],
|
||||
[400, 200]
|
||||
]);
|
||||
var curve = rough.curve([[10, 10], [150, 65], [180, 165], [300, 20], [400, 200]]);
|
||||
```
|
||||
|
||||
### SVG Paths
|
||||
|
||||
Reference in New Issue
Block a user