chore(markdown): Linting of dev docs
This commit is contained in:
parent
1d8beedd44
commit
265ad404da
317 changed files with 1281 additions and 1503 deletions
|
@ -3,7 +3,7 @@ title: Path
|
|||
order: 30
|
||||
---
|
||||
|
||||
A path represents an SVG path; The lines and curves on our pattern.
|
||||
A path represents an SVG path; The lines and curves on our pattern.
|
||||
|
||||
The Path constructor takes no arguments:
|
||||
|
||||
|
@ -13,8 +13,8 @@ Path new Path();
|
|||
|
||||
A Path objects comes with the following properties:
|
||||
|
||||
- `render` : Set this to `false` to not render the path (exclude it from the output)
|
||||
- `attributes` : An [Attributes](/reference/api/attributes) instance holding the path's attributes
|
||||
- `render` : Set this to `false` to not render the path (exclude it from the output)
|
||||
- `attributes` : An [Attributes](/reference/api/attributes) instance holding the path's attributes
|
||||
|
||||
In addition, a Path object exposes the following methods:
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue