fix(docs): Remove linebreak from list item
This commit is contained in:
parent
b53f62c4d1
commit
c0fa937bc8
1 changed files with 1 additions and 2 deletions
|
@ -13,8 +13,7 @@ Snippet new Snippet(String def, Point anchor);
|
|||
|
||||
The snippet constructor takes two arguments:
|
||||
|
||||
- `def` : The `xlink:href` id that links to the relevant entry in the SVG `defs` section.
|
||||
This is also the common name of the snippet (`logo`, `notch`, `button`, etc.)
|
||||
- `def` : The `xlink:href` id that links to the relevant entry in the SVG `defs` section. This is also the common name of the snippet (`logo`, `notch`, `button`, etc.)
|
||||
- `anchor` : A [`Point`](/reference/api/point) on which to anchor the snippet
|
||||
|
||||
## Properties
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue