chore(docs): Updated Path api docs for v3
This commit is contained in:
parent
3cb5384df5
commit
ede3c137bc
40 changed files with 1192 additions and 948 deletions
|
@ -5,6 +5,8 @@ title: Path.bbox()
|
|||
The `Path.bbox()` method returns an object describing the bounding box of a path.
|
||||
In other words, it gives you a rectangle the Path fits in.
|
||||
|
||||
## Signature
|
||||
|
||||
```js
|
||||
object path.bbox()
|
||||
```
|
||||
|
@ -18,8 +20,6 @@ It returns an object with a signature like this:
|
|||
}
|
||||
```
|
||||
|
||||
<Note>
|
||||
## Notes
|
||||
|
||||
This method is mostly aimed at people looking to implement their own layout solution.
|
||||
|
||||
</Note>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue