aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 8fd6f05..889e10b 100644
--- a/README.md
+++ b/README.md
@@ -160,7 +160,7 @@ path.bbox();
This will return a SVGRect element as a js object:
```javascript
-{ height: 20, width: 20, y: 20, x: 10 }
+{ height: 20, width: 20, y: 20, x: 10, cx: 30, cy: 20 }
```