Update README.md

This commit is contained in:
Preet
2017-01-13 00:08:30 -08:00
committed by GitHub
parent f3cfcd2268
commit 55d7135a6d

View File

@@ -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