aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorwout <wout@impinc.co.uk>2012-12-22 15:34:56 +0100
committerwout <wout@impinc.co.uk>2012-12-22 15:34:56 +0100
commitffcc6f4f962652742f1424c6ce9b83d397693853 (patch)
tree3fd1f1161b35784015427ecd9a7baed867f80b4e
parent431fdc6cc864f60a1ed70e61872c66941a33c2ac (diff)
downloadsvg.js-ffcc6f4f962652742f1424c6ce9b83d397693853.tar.gz
svg.js-ffcc6f4f962652742f1424c6ce9b83d397693853.zip
Updated readme
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index 878e65f..b47fbc4 100644
--- a/README.md
+++ b/README.md
@@ -83,6 +83,7 @@ var image = draw.image('/path/to/image.jpg').move(100, 100).size(200, 200);
### Path
+Pass the path string as the first argument:
```javascript
var path = draw.path('M10,20L30,40').attr({ fill: '#9dffd3' });
```
Nextcloud server, a safe home for all your data: https://github.com/nextcloud/serverwww-data
aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows/openapi.yml
blob: 55f3403f92c21c5fb77b96e24ea3757dfefef6b3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45